]> git.sur5r.net Git - freertos/blobdiff - Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/main-blinky.c
Update the RX GCC port - optimised build is working, unoptimised not.
[freertos] / Demo / RX600_RX62N-RSK_GNURX / RTOSDemo / main-blinky.c
index 29e595b4cc8df63416b9d82bb5892de4668b858b..fc5c05d35b59cab395ab8c9f14a04a1ab8a64526 100644 (file)
@@ -216,9 +216,12 @@ void vApplicationIdleHook( void )
 }\r
 /*-----------------------------------------------------------*/\r
 \r
-/* The following two functions are here just to allow all three build \r
+/* The following four functions are here just to allow all three build \r
 configurations to use the same vector table.  They are not used in this\r
 demo, but linker errors will result if they are not defined.  They can\r
 be ignored. */\r
-void vT0_1InterruptHandler( void ) {}\r
-void vT2_3InterruptHandler( void ) {}
\ No newline at end of file
+void vT0_1_ISR_Wrapper( void ) {}\r
+void vT2_3_ISR_Wrapper( void ) {}\r
+void vEMAC_ISR_Wrapper( void ) {}\r
+void vTimer2_ISR_Wrapper( void ) {}\r
+volatile unsigned long ulHighFrequencyTickCount = 0;
\ No newline at end of file