ArduPilot / SiK

Tools and firmware for the Si1000
BSD 2-Clause "Simplified" License
286 stars 232 forks source link

modifying radio.c does not take effect ?! #33

Open ssepa001 opened 8 years ago

ssepa001 commented 8 years ago

Hi, so i wanted to make some small modifications on the radio.c file but after i do when I build / make project it does not take effect. In fact I put some bad syntax errors in that file and the compiler doesn't even see it or complain. How can I make these changes take effect when building the firmware ?!

JoseBelz commented 7 years ago

I have the same issue with version 2.0 Is there any way to compile the code correctly?

VigibotDev commented 7 years ago

For me on Debian it work I just call "make" inside the Firmware directory (you must install the c compiler)