summaryrefslogtreecommitdiff
path: root/ports/nrf/drivers/bluetooth/ble_uart.c
diff options
context:
space:
mode:
authorhathach <thach@tinyusb.org>2018-07-06 15:59:20 +0700
committerhathach <thach@tinyusb.org>2018-07-06 15:59:20 +0700
commitbaf68a936e111d76c4e00294dfed12287b8e0a76 (patch)
tree6873ab5f63439d096158eee726800c46d40e6d5d /ports/nrf/drivers/bluetooth/ble_uart.c
parent3e319694aa9aca7689565ef725ea39cf7d305a0d (diff)
remove hal_time files
Diffstat (limited to 'ports/nrf/drivers/bluetooth/ble_uart.c')
-rw-r--r--ports/nrf/drivers/bluetooth/ble_uart.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/nrf/drivers/bluetooth/ble_uart.c b/ports/nrf/drivers/bluetooth/ble_uart.c
index 069d71589..e3501aa14 100644
--- a/ports/nrf/drivers/bluetooth/ble_uart.c
+++ b/ports/nrf/drivers/bluetooth/ble_uart.c
@@ -29,13 +29,13 @@
#include <string.h>
#include "ble_uart.h"
#include "ringbuffer.h"
-#include "hal/hal_time.h"
+#include "py/mphal.h"
#include "lib/utils/interrupt_char.h"
#if MICROPY_PY_BLE_NUS
#if BLUETOOTH_WEBBLUETOOTH_REPL
-#include "hal_time.h"
+//#include "hal_time.h"
#endif // BLUETOOTH_WEBBLUETOOTH_REPL
static ubluepy_uuid_obj_t uuid_obj_service = {