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

This commit is contained in:
Nico Tonnhofer 2016-03-21 19:36:33 +01:00
parent 75af589f43
commit 8347b09c0f
2 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
#define TEACUP_C_INCLUDE
#include "heater-avr.c"
#include "heater-arm.c"
#include "heater-lpc.c"
#undef TEACUP_C_INCLUDE
#include <stdlib.h>