Skip to content

Commit

Permalink
Fixing include files due to latest rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
evedon committed Jul 18, 2019
1 parent 9cfbdd3 commit 9f60f9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions TESTS/mbed_hal/lp_ticker/main.cpp
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions TESTS/usb_device/hid/main.cpp
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions TESTS/usb_device/serial/main.cpp
Expand Up @@ -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
Expand Down

0 comments on commit 9f60f9f

Please sign in to comment.