Modify: C++ compatible headers

dev/timer
rakendrathapa 8 years ago committed by Rakendra Thapa
parent 2dc37817bc
commit d263a9b2c5

@ -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
* @{

Loading…
Cancel
Save