mirror of https://github.com/ARMmbed/mbed-os.git
SysTimer: irq Cortex A fix C linkage
parent
ccf59f8e81
commit
3f0a5281e0
|
|
@ -21,9 +21,12 @@
|
|||
#include "platform/mbed_atomic.h"
|
||||
#include "drivers/TimerEvent.h"
|
||||
#include "cmsis.h"
|
||||
|
||||
extern "C" {
|
||||
#if defined(TARGET_CORTEX_A)
|
||||
#include "irq_ctrl.h"
|
||||
#endif
|
||||
}
|
||||
|
||||
namespace mbed {
|
||||
namespace internal {
|
||||
|
|
|
|||
Loading…
Reference in New Issue