forked from PAWPAW-Mirror/lib_xua
fixed hwtimer define (hwtimer -> hwtimer_t)
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
#if (XCC_MAJOR_VERSION >= 1300)
|
#if (XCC_MAJOR_VERSION >= 1300)
|
||||||
#include <hwtimer.h>
|
#include <hwtimer.h>
|
||||||
#else
|
#else
|
||||||
#define hwtimer timer
|
#define hwtimer_t timer
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef VOLTAGE_REDUCTION_mV
|
#ifndef VOLTAGE_REDUCTION_mV
|
||||||
|
|||||||
Reference in New Issue
Block a user