Fix name collision. timer_t => hal_timer_t
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user