Skip to content

Commit a5c37e0

Browse files
authored
Merge pull request #4831 from chenyingchun0312/master
[bsp/nrf5x] fix gcc compile exception and add onchip filesystem
2 parents 77ad336 + 8708808 commit a5c37e0

File tree

14 files changed

+561
-49
lines changed

14 files changed

+561
-49
lines changed

bsp/nrf5x/libraries/drivers/drv_uart.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,5 +250,4 @@ int rt_hw_uart_init(void)
250250
#endif /* BSP_USING_UART0 */
251251

252252
}
253-
INIT_BOARD_EXPORT(rt_hw_uart_init);
254253
#endif /* BSP_USING_UART */

bsp/nrf5x/libraries/drivers/drv_uart.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111

1212
#define UART0_RB_SIZE 1024
1313

14-
// #define USE_UART0_1 0
15-
14+
int rt_hw_uart_init(void);
1615

1716
#endif
1817

0 commit comments

Comments
 (0)