Skip to content

Commit

Permalink
SysTimer: irq Cortex A fix C linkage
Browse files Browse the repository at this point in the history
  • Loading branch information
0xc0170 authored and kjbracey committed Jun 18, 2019
1 parent 3864be4 commit 003c24c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions platform/SysTimer.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 003c24c

Please sign in to comment.