summaryrefslogtreecommitdiff
path: root/src/portable/nxp
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-03-24 01:19:32 +0700
committerhathach <[email protected]>2019-03-24 01:19:32 +0700
commit18f248b142a477b2134d23a2902d8d7de6e4c195 (patch)
tree6dff75edadb85d400198659fdaf118edd5addca9 /src/portable/nxp
parent29e075b8b968806c4a9ebffdbdfacbd9b01cf029 (diff)
remove tusb_hal_millis() usage, less work for porting
Diffstat (limited to 'src/portable/nxp')
-rw-r--r--src/portable/nxp/lpc18_43/dcd_lpc18_43.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/portable/nxp/lpc18_43/dcd_lpc18_43.c b/src/portable/nxp/lpc18_43/dcd_lpc18_43.c
index ec3ac188b..df82f70b9 100644
--- a/src/portable/nxp/lpc18_43/dcd_lpc18_43.c
+++ b/src/portable/nxp/lpc18_43/dcd_lpc18_43.c
@@ -32,8 +32,6 @@
// INCLUDE
//--------------------------------------------------------------------+
#include "common/tusb_common.h"
-#include "tusb_hal.h"
-
#include "device/dcd.h"
#include "dcd_lpc18_43.h"