mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Modify: C++ compatible header files_2
This commit is contained in:
parent
d263a9b2c5
commit
e4c281a0ff
@ -40,6 +40,11 @@
|
||||
#ifndef __CORTEX_M4_DEF_H__
|
||||
#define __CORTEX_M4_DEF_H__
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
|
||||
//*****************************************************************************
|
||||
//
|
||||
// Watchdog Timer registers (WATCHDOG0)
|
||||
@ -10022,4 +10027,8 @@
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // __LM4F120H5QR_H__
|
||||
|
Loading…
Reference in New Issue
Block a user