summaryrefslogtreecommitdiff
path: root/examples/obsolete/host/src
diff options
context:
space:
mode:
authorhathach <[email protected]>2018-03-29 18:03:04 +0700
committerhathach <[email protected]>2018-03-29 18:03:04 +0700
commite2f97443694c5f8ffd4657055a4caaffab153f2c (patch)
tree3b70162f96d3829e2c5584f8ce948e4d2a0b71a9 /examples/obsolete/host/src
parent43bf760f814f55fac50794e3eb8e6ecb5d692705 (diff)
rename tusb_hal_tick_get to tusb_hal_millis
rename TUSB_CFG_TICKS_HZ to BOARD_TICKS_HZ
Diffstat (limited to 'examples/obsolete/host/src')
-rw-r--r--examples/obsolete/host/src/tusb_config.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/obsolete/host/src/tusb_config.h b/examples/obsolete/host/src/tusb_config.h
index 04fd7e889..be1d5c7ed 100644
--- a/examples/obsolete/host/src/tusb_config.h
+++ b/examples/obsolete/host/src/tusb_config.h
@@ -71,8 +71,6 @@
//#define TUSB_CFG_OS TUSB_OS_NONE // defined using eclipse build
//#define TUSB_CFG_OS_TASK_PRIO 0 // defined using eclipse build
-#define TUSB_CFG_TICKS_HZ 1000
-
//--------------------------------------------------------------------+
// USB RAM PLACEMENT
//--------------------------------------------------------------------+