Created
April 15, 2019 22:30
-
-
Save C47D/198ac0d00985087180ad6517c9d2047c to your computer and use it in GitHub Desktop.
CP Translate strings with arguments
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* https://github.com/adafruit/circuitpython/blob/22889ca29a9a8498fd7ba49260e988bfa5ac7011/ports/atmel-samd/common-hal/audioio/AudioOut.c#L377 */ | |
mp_raise_ValueError_varg(translate("Sample rate too high. It must be less than %d"), max_sample_rate); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mp_raise_ValueError_varg definido en https://github.com/adafruit/circuitpython/blob/master/py/runtime.h