mirror of
https://github.com/elua/elua.git
synced 2025-01-25 01:02:54 +08:00
Make build compatible with non-ROM driver library builds.
This commit is contained in:
parent
2a1de4143b
commit
517ff968be
@ -46,8 +46,7 @@
|
|||||||
|
|
||||||
#ifdef FORLM3S9B92
|
#ifdef FORLM3S9B92
|
||||||
#define TARGET_IS_TEMPEST_RB1
|
#define TARGET_IS_TEMPEST_RB1
|
||||||
#include "rom.h"
|
|
||||||
#include "rom_map.h"
|
|
||||||
#include "lm3s9b92.h"
|
#include "lm3s9b92.h"
|
||||||
#elif FORLM3S8962
|
#elif FORLM3S8962
|
||||||
#include "lm3s8962.h"
|
#include "lm3s8962.h"
|
||||||
@ -57,6 +56,9 @@
|
|||||||
#include "lm3s6918.h"
|
#include "lm3s6918.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "rom.h"
|
||||||
|
#include "rom_map.h"
|
||||||
|
|
||||||
// UIP sys tick data
|
// UIP sys tick data
|
||||||
// NOTE: when using virtual timers, SYSTICKHZ and VTMR_FREQ_HZ should have the
|
// 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)
|
// same value, as they're served by the same timer (the systick)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user