bsps: Fix clock driver defines

This commit is contained in:
Sebastian Huber
2013-08-14 13:26:41 +02:00
parent 66c00789ef
commit d473dc0b22
12 changed files with 13 additions and 13 deletions

View File

@@ -31,7 +31,7 @@
/*
* ISRs until next clock tick
*/
#ifdef CLOCK_DRIVER_ISRS_PER_TICK
#if CLOCK_DRIVER_ISRS_PER_TICK
volatile uint32_t Clock_driver_isrs;
#endif