remove include for app_timer.h

need to add stdbool.h
pull/932/head
Rohit Grover 2015-03-05 17:00:27 +00:00
parent e01cb0ae84
commit be71348f20
1 changed files with 1 additions and 1 deletions

View File

@ -14,10 +14,10 @@
* limitations under the License.
*/
#include <stddef.h>
#include <stdbool.h>
#include "us_ticker_api.h"
#include "cmsis.h"
#include "PeripheralNames.h"
#include "app_timer.h"
#include "nrf_delay.h"
/*