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

This commit is contained in:
Nico Tonnhofer 2015-11-18 22:33:31 +01:00
parent 534229c0fb
commit c0cd80bbc3
2 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@
#define TEACUP_C_INCLUDE
#include "delay-avr.c"
#include "delay-arm.c"
// Each ARM needs it's own file
#include "delay-lpc.c"
#undef TEACUP_C_INCLUDE
#include "watchdog.h"