SysTimer: irq Cortex A fix C linkage

pull/10104/head
Martin Kojtal 2019-05-29 14:40:53 +01:00 committed by Kevin Bracey
parent ccf59f8e81
commit 3f0a5281e0
1 changed files with 3 additions and 0 deletions

View File

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