]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/RISC-V_IGLOO2_Creative_SoftConsole/main.c
Update RISC-V_IGLOO2_Creative_SoftConsole demo to make use of new RISC-V porting...
[freertos] / FreeRTOS / Demo / RISC-V_IGLOO2_Creative_SoftConsole / main.c
index be526c2131c2ede88e5c5c5ae43d33f9f0c73323..59c3093f5df69a5264a354fa968bb1f691150c70 100644 (file)
@@ -107,7 +107,6 @@ static void prvSetupHardware( void )
 {\r
        PLIC_init();\r
        UART_init( &g_uart, COREUARTAPB0_BASE_ADDR, BAUD_VALUE_115200, ( DATA_8_BITS | NO_PARITY ) );\r
-       GPIO_init( &g_gpio_out, COREGPIO_OUT_BASE_ADDR, GPIO_APB_32_BITS_BUS );\r
 }\r
 /*-----------------------------------------------------------*/\r
 \r
@@ -182,3 +181,5 @@ void vApplicationTickHook( void )
        }\r
        #endif\r
 }\r
+\r
+\r