return motor speed from poll function (dirty af)
This commit is contained in:
parent
10d3de62da
commit
e8f246cfa5
3 changed files with 30 additions and 17 deletions
|
|
@ -18,8 +18,8 @@ build/%.o: %.c create_build_dirs
|
|||
$(TARGET): $(OBJS)
|
||||
$(CC) $(CFLAGS) -o build/$@ $^
|
||||
|
||||
# all: $(TARGET)
|
||||
all: $(OBJS)
|
||||
all: $(TARGET)
|
||||
# all: $(OBJS)
|
||||
|
||||
create_build_dirs:
|
||||
mkdir -p build/src
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue