X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=FreeRTOS%2FDemo%2FRISC-V_Renode_Emulator_SoftConsole%2Ffull_demo%2Fmain_full.c;h=276b15e62b3b179fcf03600f9448a8a2ec42a120;hb=92f04df81b2bbeed4284668fc50e455731202555;hp=0bd63ebf2b07a596164637231b511d5ff756d849;hpb=e1bec754ec5a7501af5dd1de2a8c325d418680d6;p=freertos diff --git a/FreeRTOS/Demo/RISC-V_Renode_Emulator_SoftConsole/full_demo/main_full.c b/FreeRTOS/Demo/RISC-V_Renode_Emulator_SoftConsole/full_demo/main_full.c index 0bd63ebf2..276b15e62 100644 --- a/FreeRTOS/Demo/RISC-V_Renode_Emulator_SoftConsole/full_demo/main_full.c +++ b/FreeRTOS/Demo/RISC-V_Renode_Emulator_SoftConsole/full_demo/main_full.c @@ -230,7 +230,6 @@ uint32_t ulLastRegTest1Value = 0, ulLastRegTest2Value = 0; uint32_t ulLastTimer0Interrupts = 0, ulLastTimer1Interrupts = 0; char * const pcPassMessage = "."; char * pcStatusMessage = pcPassMessage; -extern void vSendString( const char * const pcString ); extern void vToggleLED( void ); /* Just to stop compiler warnings. */