1
0
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:
rakendrathapa 2015-07-22 05:42:16 +05:30 committed by Rakendra Thapa
parent d263a9b2c5
commit e4c281a0ff

View File

@ -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__