Include LowPowerTimer.h

pull/6418/head
amq 2018-03-28 21:53:35 +02:00 committed by GitHub
parent 2e9ff4755c
commit fc412bba5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
#include "mbed_poll.h"
#include "FileHandle.h"
#include "Timer.h"
#include "LowPowerTimer.h"
#ifdef MBED_CONF_RTOS_PRESENT
#include "rtos/Thread.h"
#endif