]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/PIC32MEC14xx_MPLAB/src/Full_Demo/main_full.c
Ensure both one-shot and auto-reload are written consistently with a hyphen in comments.
[freertos] / FreeRTOS / Demo / PIC32MEC14xx_MPLAB / src / Full_Demo / main_full.c
index 13c7e21e1f9b24df52153f170bf8e7d71a8c3c7f..7c14a22a2d2f3d7af5e031835862c6add66e811b 100644 (file)
@@ -188,7 +188,7 @@ TimerHandle_t xTimer = NULL;
 \r
        /* A software timer is also used to start the high frequency timer test.\r
        This is to ensure the test does not start before the kernel.  This time a\r
-       one shot software timer is used. */\r
+       one-shot software timer is used. */\r
        xTimer = xTimerCreate( "HighHzTimerSetup", 1, pdFALSE, ( void * ) 0, prvSetupHighFrequencyTimerTest );\r
        if( xTimer != NULL )\r
        {\r
@@ -328,7 +328,7 @@ void vSetupTimerTest( unsigned short usFrequencyHz );
 \r
        /* Setup the high frequency, high priority, timer test.  It is setup in this\r
        software timer callback to ensure it does not start before the kernel does.\r
-       This is a one shot timer - so the setup routine will only be executed once. */\r
+       This is a one-shot timer - so the setup routine will only be executed once. */\r
 \r
        vSetupTimerTest( mainTEST_INTERRUPT_FREQUENCY );\r
 }\r