OOps: Remove debugging-#error

This commit is contained in:
Stefan `Sec` Zehl 2011-07-27 23:39:07 +02:00
parent 625af67f3f
commit 28cc6e63ca
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ QUEUE the_queue;
#ifdef __arm__
volatile uint32_t _timectr=0;
#else
#error "foo"
extern uint32_t simTimeCounter();
#define _timectr (simTimeCounter())
#endif