Fix GCC build including define of ARMCC intrinsic __disable_irq

Change-Id: I13ca92e54d8f752cca18f5c75ac026526419edbe
pull/1/head
emilmont 2013-03-18 10:31:26 +00:00
parent ca6e1ed7ab
commit b8b42d3abd
1 changed files with 1 additions and 0 deletions

View File

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