Fix name collision. timer_t => hal_timer_t

This commit is contained in:
Scott Lahteine
2017-11-05 19:31:07 -06:00
parent c8dfa26bc8
commit 2246316605
7 changed files with 30 additions and 30 deletions

View File

@ -66,7 +66,7 @@
// Types
// --------------------------------------------------------------------------
typedef uint16_t timer_t;
typedef uint16_t hal_timer_t;
#define HAL_TIMER_TYPE_MAX 0xFFFF
typedef int8_t pin_t;