diff options
| author | hathach <[email protected]> | 2018-03-29 18:03:04 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-03-29 18:03:04 +0700 |
| commit | e2f97443694c5f8ffd4657055a4caaffab153f2c (patch) | |
| tree | 3b70162f96d3829e2c5584f8ce948e4d2a0b71a9 /examples | |
| parent | 43bf760f814f55fac50794e3eb8e6ecb5d692705 (diff) | |
rename tusb_hal_tick_get to tusb_hal_millis
rename TUSB_CFG_TICKS_HZ to BOARD_TICKS_HZ
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/obsolete/device/src/tusb_config.h | 1 | ||||
| -rw-r--r-- | examples/obsolete/host/src/tusb_config.h | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/examples/obsolete/device/src/tusb_config.h b/examples/obsolete/device/src/tusb_config.h index 7d32350ff..f33fb46ba 100644 --- a/examples/obsolete/device/src/tusb_config.h +++ b/examples/obsolete/device/src/tusb_config.h @@ -70,7 +70,6 @@ //#define TUSB_CFG_OS TUSB_OS_NONE // be passed from IDE/command line for easy project switching //#define TUSB_CFG_OS_TASK_PRIO 0 // be passed from IDE/command line for easy project switching -#define TUSB_CFG_TICKS_HZ 1000 //--------------------------------------------------------------------+ // USB RAM PLACEMENT 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 //--------------------------------------------------------------------+ |
