OOps: Remove debugging-#error
This commit is contained in:
parent
625af67f3f
commit
28cc6e63ca
|
@ -7,7 +7,6 @@ QUEUE the_queue;
|
||||||
#ifdef __arm__
|
#ifdef __arm__
|
||||||
volatile uint32_t _timectr=0;
|
volatile uint32_t _timectr=0;
|
||||||
#else
|
#else
|
||||||
#error "foo"
|
|
||||||
extern uint32_t simTimeCounter();
|
extern uint32_t simTimeCounter();
|
||||||
#define _timectr (simTimeCounter())
|
#define _timectr (simTimeCounter())
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue