]> git.sur5r.net Git - freertos/commitdiff
Add portBYTE_ALIGNMENT definition to PC demos.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 5 Oct 2009 12:17:50 +0000 (12:17 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 5 Oct 2009 12:17:50 +0000 (12:17 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@908 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Source/portable/BCC/16BitDOS/PC/prtmacro.h
Source/portable/oWatcom/16BitDOS/PC/portmacro.h

index 7b74af5ed2ac262869821ecc4e5ec1f40296dbaa..103417f71301313c692c87344829fcf2b9138d81 100644 (file)
@@ -97,6 +97,7 @@
 #define portTICK_RATE_MS               ( ( portTickType ) 1000 / configTICK_RATE_HZ )          \r
 #define portTICKS_PER_DOS_TICK ( ( unsigned portSHORT ) ( ( ( portDOUBLE ) configTICK_RATE_HZ / portDOS_TICK_RATE ) + 0.5 ) )\r
 #define portINITIAL_SW                 ( ( portSTACK_TYPE ) 0x0202 )   /* Start the tasks with interrupts enabled. */\r
+#define portBYTE_ALIGNMENT             ( 2 )\r
 /*-----------------------------------------------------------*/\r
 \r
 /* Compiler specifics. */\r
index 7457de95bf51dacc7057832c59414754c3dbbf07..0178a8c46a75f77981f62b3f35bd6ad0d2dfab6e 100644 (file)
@@ -106,6 +106,7 @@ void portENABLE_INTERRUPTS( void );
 #define portTICK_RATE_MS        ( ( portTickType ) 1000 / configTICK_RATE_HZ )\r
 #define portTICKS_PER_DOS_TICK ( ( unsigned portSHORT ) ( ( ( portDOUBLE ) configTICK_RATE_HZ / portDOS_TICK_RATE ) + 0.5 ) )\r
 #define portINITIAL_SW                 ( ( portSTACK_TYPE ) 0x0202 )   /* Start the tasks with interrupts enabled. */\r
+#define portBYTE_ALIGNMENT             ( 2 )\r
 /*-----------------------------------------------------------*/\r
 \r
 /* Compiler specifics. */\r