mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-04 06:58:27 -04:00
9 lines
146 B
Makefile
9 lines
146 B
Makefile
RcAioPRU: RcAioPRU.p
|
|
pasm -V3 -c RcAioPRU.p
|
|
|
|
test: RcAioPRUTest.c
|
|
gcc -g -o RcAioPRUTest RcAioPRUTest.c
|
|
|
|
clean:
|
|
rm RcAioPRU_bin.h RcAioPRUTest
|