mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-18 09:08:33 -04:00
General maintenance - changing comments and correcting spellings only.
This commit is contained in:
parent
60538c7480
commit
162448f06b
5 changed files with 14 additions and 3 deletions
|
@ -322,7 +322,7 @@ to find the path to the correct portmacro.h file. */
|
|||
#endif
|
||||
|
||||
#if portBYTE_ALIGNMENT == 8
|
||||
#define portBYTE_ALIGNMENT_MASK ( 0x0007 )
|
||||
#define portBYTE_ALIGNMENT_MASK ( 0x0007U )
|
||||
#endif
|
||||
|
||||
#if portBYTE_ALIGNMENT == 4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue