4
0
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:
陈豪 | Jacob Chen 2015-03-29 18:42:31 +08:00
parent 6868130cfd
commit d642d915eb

View File

@ -16,6 +16,10 @@
#include <i386.h>
#ifdef __cplusplus
extern "C" {
#endif
c
/*******************************************************************/
/* Timer Register */
/*******************************************************************/