1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Modify: C++ compatible headers

This commit is contained in:
rakendrathapa 2015-07-22 05:34:36 +05:30 committed by Rakendra Thapa
parent 2dc37817bc
commit d263a9b2c5

View File

@ -23,6 +23,11 @@
#include <stdio.h>
#include <stdlib.h>
#ifdef __cplusplus
extern "C" {
#endif
#include "hw_ints.h"
#include "hw_memmap.h"
#include "hw_nvic.h"
@ -47,10 +52,6 @@
#include "lm4f120h5qr.h"
#endif
#ifdef __cplusplus
extern "C" {
#endif
/**
* @brief ARM Cortex-M specific CPU configuration
* @{