fixed hwtimer define (hwtimer -> hwtimer_t)

This commit is contained in:
Ross Owen
2014-03-06 13:28:22 +00:00
parent e063cd2032
commit a1d6c56352

View File

@@ -9,7 +9,7 @@
#if (XCC_MAJOR_VERSION >= 1300)
#include <hwtimer.h>
#else
#define hwtimer timer
#define hwtimer_t timer
#endif
#ifndef VOLTAGE_REDUCTION_mV