mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-24 16:27:11 +00:00
Ensure demo app files are using FreeRTOS V8 names - a few were missed previously.
This commit is contained in:
@@ -66,8 +66,8 @@
|
||||
#ifndef COMTEST_STRINGS_H
|
||||
#define COMTEST_STRINGS_H
|
||||
|
||||
void vStartComTestStringsTasks( unsigned portBASE_TYPE uxPriority, unsigned long ulBaudRate, unsigned portBASE_TYPE uxLED );
|
||||
portBASE_TYPE xAreComTestTasksStillRunning( void );
|
||||
void vStartComTestStringsTasks( UBaseType_t uxPriority, uint32_t ulBaudRate, UBaseType_t uxLED );
|
||||
BaseType_t xAreComTestTasksStillRunning( void );
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user