1
0
mirror of https://github.com/elua/elua.git synced 2025-01-08 20:56:17 +08:00

Make build compatible with non-ROM driver library builds.

This commit is contained in:
James Snyder 2009-08-03 18:39:24 +00:00
parent 2a1de4143b
commit 517ff968be

View File

@ -46,8 +46,7 @@
#ifdef FORLM3S9B92
#define TARGET_IS_TEMPEST_RB1
#include "rom.h"
#include "rom_map.h"
#include "lm3s9b92.h"
#elif FORLM3S8962
#include "lm3s8962.h"
@ -57,6 +56,9 @@
#include "lm3s6918.h"
#endif
#include "rom.h"
#include "rom_map.h"
// UIP sys tick data
// NOTE: when using virtual timers, SYSTICKHZ and VTMR_FREQ_HZ should have the
// same value, as they're served by the same timer (the systick)