]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil/Blinky_Demo/main_blinky.c
Update library files used in STM32F7 demo to the latest version released by ST.
[freertos] / FreeRTOS / Demo / CORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil / Blinky_Demo / main_blinky.c
index 88224713e604643f59fad993827434418eb309e9..9c594787c75c506fca71b9e36b3f0d093e525caa 100644 (file)
@@ -122,7 +122,7 @@ will remove items as they are added, meaning the send task should always find
 the queue empty. */\r
 #define mainQUEUE_LENGTH                                       ( 1 )\r
 \r
-/* The LED is used to show the demo status. */\r
+/* The LED is used to show the demo status. (not connected on Rev A hardware) */\r
 #define mainTOGGLE_LED()       HAL_GPIO_TogglePin( GPIOF, GPIO_PIN_10 )\r
 \r
 /*-----------------------------------------------------------*/\r