refactoring meterbus

This commit is contained in:
2020-11-24 19:36:47 +01:00
parent bdba2a79cd
commit 14bf178664
5 changed files with 112 additions and 38 deletions

View File

@ -1,6 +1,6 @@
CFLAGS=-I../cube/User/Inc -DTEST
test: ringbuffer.o logger.o test.o
test: ringbuffer.o test.o
gcc -o $@ -lcunit $^
ringbuffer.o: ../cube/User/Src/ringbuffer.c