mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-01 11:53:53 -04:00
Tidy up - spell check.
This commit is contained in:
parent
c3e153145b
commit
5a418b56fa
4 changed files with 95 additions and 114 deletions
|
@ -44,9 +44,14 @@
|
|||
#ifndef PORTMACRO_H
|
||||
#define PORTMACRO_H
|
||||
|
||||
/* Device specific includes. */
|
||||
#include "mb96348hs.h"
|
||||
|
||||
/* Standard includes. */
|
||||
#include <stddef.h>
|
||||
|
||||
/* Constants denoting the available memory models. These are used within
|
||||
FreeRTOSConfig.h to set the configMEMMODEL value. */
|
||||
#define portSMALL 0
|
||||
#define portMEDIUM 1
|
||||
#define portCOMPACT 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue