summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <thach@tinyusb.org>2018-09-26 02:06:32 +0700
committerhathach <thach@tinyusb.org>2018-09-26 02:06:32 +0700
commit52328c88cd5271c9b82dd03ef9ca19b0abc34e6f (patch)
tree32607ae5abf01d73a6ddb38be9983cf80ad2f3c2
parent74cc55b107bd41808ad2cce35493ffc51eb1c051 (diff)
remove space
-rw-r--r--ports/nrf/common-hal/busio/UART.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/nrf/common-hal/busio/UART.c b/ports/nrf/common-hal/busio/UART.c
index c209be89d..86fe64726 100644
--- a/ports/nrf/common-hal/busio/UART.c
+++ b/ports/nrf/common-hal/busio/UART.c
@@ -45,7 +45,7 @@
do {\
uint32_t _err = (_exp);\
if (NRFX_SUCCESS != _err ) {\
- mp_raise_msg_varg(&mp_type_RuntimeError, translate("error = 0x%08lX "), _err);\
+ mp_raise_msg_varg(&mp_type_RuntimeError, translate("error = 0x%08lX"), _err);\
}\
}while(0)