mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-19 17:23:31 +08:00
8 lines
122 B
C
8 lines
122 B
C
|
#ifndef __BOARD_H__
|
||
|
#define __BOARD_H__
|
||
|
|
||
|
/* board configuration */
|
||
|
void rt_hw_board_init(void);
|
||
|
|
||
|
#endif /* __BOARD_H__ */
|