File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 3636 -find . -name "*.gch" -type f -delete
3737 -rm -rf obj
3838 -rm -rf lib
39+ -rm -rf mmodules.tmp smodules.tmp
3940 -rm -f *.gcno
4041 -rm -f *.gcda
4142 -rm -f *.o
@@ -95,7 +96,7 @@ slave-coils: src/slave/scoils.c include/lightmodbus/slave/scoils.h
9596
9697slave-discrete-inputs: src/slave/sdiscreteinputs.c include/lightmodbus/slave/sdiscreteinputs.h
9798 echo "COMPILING Slave discrete inputs module (obj/slave/sdiscreteinputs.o)" >> build.log
98- echo " -LIGHTDMODBUS_SLAVE_DISCRETE_INPUTS =1" >> smodules.tmp
99+ echo " -DLIGHTMODBUS_SLAVE_DISCRETE_INPUTS =1" >> smodules.tmp
99100 $(CC) $(CCF) -mmcu=$(MCU) -c src/slave/sdiscreteinputs.c -o obj/slave/sdiscreteinputs.o
100101
101102slave-input-registers: src/slave/sinputregisters.c include/lightmodbus/slave/sinputregisters.h
You can’t perform that action at this time.
0 commit comments