]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/RISC-V_Renode_Emulator_SoftConsole/FreeRTOSConfig.h
Remove driver files that generate compiler warnings from the RISC-V_Renode_Emulator_S...
[freertos] / FreeRTOS / Demo / RISC-V_Renode_Emulator_SoftConsole / FreeRTOSConfig.h
index 724426b1d5a4e6c7fcd832eb729b88315424a295..79f1a00a1a814ff37e9aa930f7e2c3fa8b87b7d4 100644 (file)
@@ -85,7 +85,6 @@
  *\r
  * See http://www.freertos.org/a00110.html.\r
  *----------------------------------------------------------*/\r
-\r
 #define configCLINT_BASE_ADDRESS               PRCI_BASE\r
 #define configUSE_PREEMPTION                   1\r
 #define configUSE_IDLE_HOOK                            1\r
@@ -143,4 +142,7 @@ to exclude the API function. */
 header file. */\r
 #define configASSERT( x ) if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); __asm volatile( "ebreak" ); for( ;; ); }\r
 \r
+/* Defined in main.c and used in main_blinky.c and main_full.c. */\r
+void vSendString( const char * const pcString );\r
+\r
 #endif /* FREERTOS_CONFIG_H */\r