Removed #error statement (that was left in after debugging architektur ifdef?)

This commit is contained in:
bernd 2011-07-29 02:46:22 +02:00
parent 959ff32306
commit e0ae77294e

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