Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
12345678910111213141516171819 |
- #ifndef CONFIG_TIMER_H
- #define CONFIG_TIMER_H
-
- /** @file
- *
- * Timer configuration.
- *
- */
-
- FILE_LICENCE ( GPL2_OR_LATER );
-
- #include <config/defaults.h>
-
- //#undef TIMER_PCBIOS
- //#define TIMER_RDTSC
-
- #include <config/local/timer.h>
-
- #endif /* CONFIG_TIMER_H */
|