mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-18 11:43:34 +08:00
[bsp]x86:fix compile error when use bsp.h in c++
This commit is contained in:
parent
6868130cfd
commit
d642d915eb
@ -16,6 +16,10 @@
|
||||
|
||||
#include <i386.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
c
|
||||
/*******************************************************************/
|
||||
/* Timer Register */
|
||||
/*******************************************************************/
|
||||
|
Loading…
x
Reference in New Issue
Block a user