Skip to content

Commit 89c4080

Browse files
committed
Don't need main.o from EpoxyDuino
1 parent ed1ce84 commit 89c4080

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

divert_sim/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ ARDUINO_OBJ := \
7575
Arduino.o \
7676
Esp.o \
7777
IPAddress.o \
78-
main.o \
7978
Print.o \
8079
SPI.o \
8180
StdioSerial.o \

divert_sim/divert_sim.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,6 @@ time_t divertmode_get_time()
101101
return simulated_time;
102102
}
103103

104-
void setup() {
105-
}
106-
107-
void loop() {
108-
}
109-
110104
int main(int argc, char** argv)
111105
{
112106
int voltage_arg = -1;

0 commit comments

Comments
 (0)