From 1b8ca8fa0310c205accdd1f52fee6d61f99a2b64 Mon Sep 17 00:00:00 2001 From: Rohit Grover Date: Fri, 22 Aug 2014 13:04:23 +0100 Subject: [PATCH] remove include of 'mbed.h' from app_timer.cpp --- nordic/app_common/app_timer.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/nordic/app_common/app_timer.cpp b/nordic/app_common/app_timer.cpp index 5d5b1ff..cbdd0e1 100644 --- a/nordic/app_common/app_timer.cpp +++ b/nordic/app_common/app_timer.cpp @@ -17,7 +17,6 @@ #include "nrf_soc.h" #include "app_error.h" #include "nrf_delay.h" -#include "mbed.h" #include "app_util.h" #include "app_util_platform.h"