diff options
Diffstat (limited to 'testhal/STM32L1xx')
| -rw-r--r-- | testhal/STM32L1xx/UART/main.c | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/testhal/STM32L1xx/UART/main.c b/testhal/STM32L1xx/UART/main.c index 8bb5ea6d7..65f834672 100644 --- a/testhal/STM32L1xx/UART/main.c +++ b/testhal/STM32L1xx/UART/main.c @@ -26,7 +26,10 @@ static VirtualTimer vt1, vt2;  static void restart(void *p) {
    (void)p;
 +
 +  chSysLockFromIsr();
    uartStartSendI(&UARTD1, 14, "Hello World!\r\n");
 +  chSysUnlockFromIsr();
  }
  static void ledoff(void *p) {
  | 
