mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2024-07-02 14:34:13 +02:00
External toolchain and Arduino IDE compatibility
This commit is contained in:
parent
33376a71d8
commit
cec3cda7c9
@ -1,9 +1,6 @@
|
|||||||
#include <Arduino.h>
|
#include <Arduino.h>
|
||||||
#include <SPI.h>
|
#include <SPI.h>
|
||||||
#include "LoRa.h"
|
#include "Utilities.h"
|
||||||
#include "Config.h"
|
|
||||||
#include "Framing.h"
|
|
||||||
#include "Utilities.cpp"
|
|
||||||
|
|
||||||
void setup() {
|
void setup() {
|
||||||
// Seed the PRNG
|
// Seed the PRNG
|
||||||
|
@ -454,4 +454,3 @@ void unlock_rom() {
|
|||||||
led_indicate_error(50);
|
led_indicate_error(50);
|
||||||
eeprom_erase();
|
eeprom_erase();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user