Ensure demo app files are using FreeRTOS V8 names - a few were missed previously.
This commit is contained in:
@ -74,6 +74,6 @@
|
||||
* within the callback function to determine which timer has actually expired
|
||||
* (and therefore which LED to toggle).
|
||||
*/
|
||||
void vStartLEDFlashTimers( unsigned portBASE_TYPE uxNumberOfLEDs );
|
||||
void vStartLEDFlashTimers( UBaseType_t uxNumberOfLEDs );
|
||||
|
||||
#endif /* FLASH_TIMER_H */
|
||||
|
Reference in New Issue
Block a user