External toolchain and Arduino IDE compatibility

This commit is contained in:
Mark Qvist 2019-01-01 15:52:48 +01:00
parent 33376a71d8
commit cec3cda7c9
2 changed files with 1 additions and 5 deletions

View File

@ -1,9 +1,6 @@
#include <Arduino.h>
#include <SPI.h>
#include "LoRa.h"
#include "Config.h"
#include "Framing.h"
#include "Utilities.cpp"
#include "Utilities.h"
void setup() {
// Seed the PRNG

View File

@ -454,4 +454,3 @@ void unlock_rom() {
led_indicate_error(50);
eeprom_erase();
}