diff options
Diffstat (limited to 'testhal/STM32/STM32F4xx/I2C')
| -rw-r--r-- | testhal/STM32/STM32F4xx/I2C/main.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/testhal/STM32/STM32F4xx/I2C/main.c b/testhal/STM32/STM32F4xx/I2C/main.c index e7ccffb57..8b3369e75 100644 --- a/testhal/STM32/STM32F4xx/I2C/main.c +++ b/testhal/STM32/STM32F4xx/I2C/main.c @@ -150,7 +150,7 @@ int main(void) {    /*
     * Normal main() thread activity, nothing in this test.
     */
 -  while (TRUE) {
 +  while (true) {
      palTogglePad(GPIOB, GPIOB_LED_B);
      chThdSleepMilliseconds(100);
 | 
