fishpepper / OpenSky

opensource implementation of the frsky protocol for multiple targets (D4R-ii, VD5M)
http://fishpepper.de/projects/opensky/
GNU General Public License v3.0
155 stars 69 forks source link

change delay_us/delay_ms in frsky.c to use systick #3

Closed fishpepper closed 8 years ago

fishpepper commented 8 years ago

while porting to d4r and adding more features (soft_serial) the busy wait delay becomes to unreliable -> replace with systick based wait!

fishpepper commented 8 years ago

fixed in #7a9a005