travisgoodspeed / md380tools

Python tools and patched firmware for the TYT-MD380
804 stars 245 forks source link

fix compiler warning of implicit declaration #876

Closed anthonybest closed 6 years ago

anthonybest commented 6 years ago

Fixes:

src/usb.c:330:8: error: implicit declaration of function 'reboot_into_bootloader' [-Werror=implicit-function-declaration]

ghost commented 6 years ago

Oops, looks like I have to fix a bit more too. Merging and I'll get the other stuff fixed in a sec. Thanks!