mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-30 23:18:37 -04:00
Replace use of legacy portTYPE macros from old demos and standard demo files.
This commit is contained in:
parent
3e20aa7d60
commit
b54158d1dc
123 changed files with 736 additions and 736 deletions
|
@ -62,8 +62,8 @@
|
|||
#define mainETH_TASK_PRIORITY ( tskIDLE_PRIORITY + 1 )
|
||||
|
||||
/* Baud rate used by the serial port tasks. */
|
||||
#define mainCOM_BAUD_RATE ( ( unsigned portLONG ) 57600 )
|
||||
#define mainCOM_BUFFER_LEN ( ( unsigned portLONG ) 70 )
|
||||
#define mainCOM_BAUD_RATE ( ( unsigned long ) 57600 )
|
||||
#define mainCOM_BUFFER_LEN ( ( unsigned long ) 70 )
|
||||
|
||||
/* An address in the internal Flash used to count resets. This is used to check that
|
||||
the demo application is not unexpectedly resetting. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue