1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-20 06:45:10 +03:00

Merge pull request #1298 from ChrisNisbet01/mass_storage_in_firmware

CN - Adds support for a mass storage USB device in the main firmware.
This commit is contained in:
Bertrand Songis 2014-06-20 11:03:59 +02:00
commit a191543ee3
9 changed files with 132 additions and 42 deletions

View file

@ -1700,4 +1700,8 @@ void varioWakeup();
extern const pm_uchar logo_taranis[];
#endif
#if defined(USB_MASS_STORAGE)
extern void usbPluggedIn();
#endif
#endif