File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 21
21
#include " lp_ticker_api_tests.h"
22
22
#include " hal/lp_ticker_api.h"
23
23
#include " hal/mbed_lp_ticker_wrapper.h"
24
+ #include " hal/us_ticker_api.h"
24
25
25
26
#if !DEVICE_LPTICKER
26
27
#error [NOT_SUPPORTED] Low power timer not supported for this target
Original file line number Diff line number Diff line change 27
27
#include " USBHID.h"
28
28
#include " USBMouse.h"
29
29
#include " USBKeyboard.h"
30
+ #include " hal/us_ticker_api.h"
30
31
31
32
// Reuse the VID & PID from basic USB test.
32
33
#define USB_HID_VID 0x0d28
Original file line number Diff line number Diff line change 26
26
#include " usb_phy_api.h"
27
27
#include " USBCDC.h"
28
28
#include " USBSerial.h"
29
+ #include " hal/us_ticker_api.h"
29
30
30
31
#define USB_CDC_VID 0x1f00
31
32
#define USB_CDC_PID 0x2013
You can’t perform that action at this time.
0 commit comments