]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/main-full.c
Ensure both one-shot and auto-reload are written consistently with a hyphen in comments.
[freertos] / FreeRTOS / Demo / CORTEX_MB9B500_IAR_Keil / main-full.c
index 654c8363fe6358b259851c1c7313acaf5da7bc6b..4931e088c2f66d558172748b6617e17310fd73b1 100644 (file)
@@ -288,7 +288,7 @@ int main(void)
                this file. */\r
                xLEDTimer = xTimerCreate(       "LEDTimer",                             /* A text name, purely to help debugging. */\r
                                                                        ( mainLED_TIMER_PERIOD_MS ),/* The timer period, in this case 5000ms (5s). */\r
-                                                                       pdFALSE,                                        /* This is a one shot timer, so xAutoReload is set to pdFALSE. */\r
+                                                                       pdFALSE,                                        /* This is a one-shot timer, so xAutoReload is set to pdFALSE. */\r
                                                                        ( void * ) 0,                           /* The ID is not used, so can be set to anything. */\r
                                                                        prvLEDTimerCallback                     /* The callback function that switches the LED off. */\r
                                                                );\r