mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-20 05:21:59 -04:00
Comment the new standard demo files that were introduced for the new MicroBlaze demo project.
This commit is contained in:
parent
9d6eabdcfb
commit
0e12cd0768
|
@ -51,8 +51,8 @@
|
||||||
licensing and training services.
|
licensing and training services.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef COMTEST_H
|
#ifndef COMTEST_STRINGS_H
|
||||||
#define COMTEST_H
|
#define COMTEST_STRINGS_H
|
||||||
|
|
||||||
void vStartComTestStringsTasks( unsigned portBASE_TYPE uxPriority, unsigned long ulBaudRate, unsigned portBASE_TYPE uxLED );
|
void vStartComTestStringsTasks( unsigned portBASE_TYPE uxPriority, unsigned long ulBaudRate, unsigned portBASE_TYPE uxLED );
|
||||||
portBASE_TYPE xAreComTestTasksStillRunning( void );
|
portBASE_TYPE xAreComTestTasksStillRunning( void );
|
||||||
|
|
Loading…
Reference in a new issue