Tidy up - spell check.

This commit is contained in:
Richard Barry 2008-02-13 10:39:07 +00:00
parent c3e153145b
commit 5a418b56fa
4 changed files with 95 additions and 114 deletions

View file

@ -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