Fixing include files due to latest rebase

pull/11073/head
Evelyne Donnaes 2019-07-18 12:38:51 +01:00
parent 83354e46a7
commit 8013af2f1e
3 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#include "lp_ticker_api_tests.h"
#include "hal/lp_ticker_api.h"
#include "hal/mbed_lp_ticker_wrapper.h"
#include "hal/us_ticker_api.h"
#if !DEVICE_LPTICKER
#error [NOT_SUPPORTED] Low power timer not supported for this target

View File

@ -27,6 +27,7 @@
#include "USBHID.h"
#include "USBMouse.h"
#include "USBKeyboard.h"
#include "hal/us_ticker_api.h"
// Reuse the VID & PID from basic USB test.
#define USB_HID_VID 0x0d28

View File

@ -26,6 +26,7 @@
#include "usb_phy_api.h"
#include "USBCDC.h"
#include "USBSerial.h"
#include "hal/us_ticker_api.h"
#define USB_CDC_VID 0x1f00
#define USB_CDC_PID 0x2013