2011-02-21 Joel Sherrill <joel.sherrilL@OARcorp.com>

* timer/timer.c: Include <bsp.h> before <rtems/btimer.h>.
This commit is contained in:
Joel Sherrill
2011-02-21 17:41:10 +00:00
parent 22c2828292
commit 12db82c0e9
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,3 +1,7 @@
2011-02-21 Joel Sherrill <joel.sherrilL@OARcorp.com>
* timer/timer.c: Include <bsp.h> before <rtems/btimer.h>.
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* include/bsp.h, include/mrm332.h, spurious/spinit.c:
+1 -1
View File
@@ -9,8 +9,8 @@
* $Id$
*/
#include <rtems/btimer.h>
#include <bsp.h>
#include <rtems/btimer.h>
bool benchmark_timer_find_average_overhead;