We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83354e4 commit 8013af2Copy full SHA for 8013af2
TESTS/mbed_hal/lp_ticker/main.cpp
@@ -21,6 +21,7 @@
21
#include "lp_ticker_api_tests.h"
22
#include "hal/lp_ticker_api.h"
23
#include "hal/mbed_lp_ticker_wrapper.h"
24
+#include "hal/us_ticker_api.h"
25
26
#if !DEVICE_LPTICKER
27
#error [NOT_SUPPORTED] Low power timer not supported for this target
TESTS/usb_device/hid/main.cpp
@@ -27,6 +27,7 @@
#include "USBHID.h"
28
#include "USBMouse.h"
29
#include "USBKeyboard.h"
30
31
32
// Reuse the VID & PID from basic USB test.
33
#define USB_HID_VID 0x0d28
TESTS/usb_device/serial/main.cpp
@@ -26,6 +26,7 @@
#include "usb_phy_api.h"
#include "USBCDC.h"
#include "USBSerial.h"
#define USB_CDC_VID 0x1f00
#define USB_CDC_PID 0x2013
0 commit comments