Implement led control in another module
This commit is contained in:
@@ -39,6 +39,9 @@ test_ntc: test/test_ntc.o ntc.o
|
||||
test_overheat: test/test_overheat.o overheat.o
|
||||
gcc $^ -o $@ $(LIBS)
|
||||
|
||||
test_led: test/test_led.o test/compat.o led.o
|
||||
gcc $^ -o $@ $(LIBS)
|
||||
|
||||
clean:
|
||||
rm -f test/test_ntc.o ntc.o
|
||||
|
||||
|
||||
Reference in New Issue
Block a user