diff options
| author | Dan Halbert <halbert@halwitz.org> | 2019-11-27 14:47:35 -0500 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2019-11-27 14:47:35 -0500 |
| commit | dd6dfeb30a4e688339612d509fb491bc2e72d078 (patch) | |
| tree | 660a557f1febcb9dc810044ae7e836ddf7b7ea0d /shared-bindings | |
| parent | 778a7a73e55b906cca170f9bfc961b87c18b4455 (diff) | |
Squeeze pyruler zh_Latn_pinyin
Diffstat (limited to 'shared-bindings')
| -rw-r--r-- | shared-bindings/busio/UART.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/busio/UART.c b/shared-bindings/busio/UART.c index 9606c77e9..4c0655e26 100644 --- a/shared-bindings/busio/UART.c +++ b/shared-bindings/busio/UART.c @@ -71,7 +71,7 @@ extern const busio_uart_parity_obj_t busio_uart_parity_odd_obj; STATIC void validate_timeout(mp_float_t timeout) { if (timeout < (mp_float_t) 0.0f || timeout > (mp_float_t) 100.0f) { - mp_raise_ValueError(translate("timeout must be 0.0-100.0 (units are now seconds, not msecs)")); + mp_raise_ValueError(translate("timeout must be 0.0-100.0")); } } |
