* main_full.c.\r
*/\r
\r
-.align( 8 )\r
+.align( 4 )\r
vRegTest1Implementation:\r
\r
/* Fill the additional registers with known values. */\r
ebreak\r
jal reg1_error_loop\r
\r
-.align( 16 )\r
+.align( 4 )\r
ulRegTest1LoopCounterConst: .word ulRegTest1LoopCounter\r
\r
/*-----------------------------------------------------------*/\r
\r
-.align( 8 )\r
+.align( 4 )\r
vRegTest2Implementation:\r
\r
/* Fill the additional registers with known values. */\r
ebreak\r
jal reg2_error_loop\r
\r
-.align( 16 )\r
+.align( 4 )\r
ulRegTest2LoopCounterConst: .word ulRegTest2LoopCounter\r
\r
\r
void vApplicationStackOverflowHook( TaskHandle_t pxTask, char *pcTaskName );\r
void vApplicationTickHook( void );\r
\r
-/* Prepare haredware to run the demo. */\r
+/* Prepare hardware to run the demo. */\r
static void prvSetupHardware( void );\r
\r
-/* Send a messaage to the UART initialised in prvSetupHardware. */\r
+/* Send a message to the UART initialised in prvSetupHardware. */\r
void vSendString( const char * const pcString );\r
\r
/*-----------------------------------------------------------*/\r
void vApplicationStackOverflowHook( TaskHandle_t pxTask, char *pcTaskName );\r
void vApplicationTickHook( void );\r
\r
-/* Prepare haredware to run the demo. */\r
+/* Prepare hardware to run the demo. */\r
static void prvSetupHardware( void );\r
\r
-/* Send a messaage to the UART initialised in prvSetupHardware. */\r
+/* Send a message to the UART initialised in prvSetupHardware. */\r
void vSendString( const char * const pcString );\r
\r
/*-----------------------------------------------------------*/\r