ARM: rename cpu-arm.c to cpu-lpc.c

This commit is contained in:
Nico Tonnhofer 2016-03-25 02:15:24 +01:00
parent dee35e2c02
commit a4083dc360
2 changed files with 1 additions and 1 deletions

2
cpu.c
View File

@ -9,7 +9,7 @@
#define TEACUP_C_INCLUDE
#include "cpu-avr.c"
#include "cpu-arm.c"
#include "cpu-lpc.c"
#undef TEACUP_C_INCLUDE
/* No common code so far. */