mirror of https://github.com/ARMmbed/mbed-os.git
Fix GCC build including define of ARMCC intrinsic __disable_irq
Change-Id: I13ca92e54d8f752cca18f5c75ac026526419edbepull/1/head
parent
ca6e1ed7ab
commit
b8b42d3abd
|
@ -15,6 +15,7 @@
|
||||||
*/
|
*/
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include "us_ticker_api.h"
|
#include "us_ticker_api.h"
|
||||||
|
#include "cmsis.h"
|
||||||
|
|
||||||
static ticker_event_handler event_handler;
|
static ticker_event_handler event_handler;
|
||||||
static ticker_event_t *head = NULL;
|
static ticker_event_t *head = NULL;
|
||||||
|
|
Loading…
Reference in New Issue