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:
commit
a191543ee3
9 changed files with 132 additions and 42 deletions
|
@ -1700,4 +1700,8 @@ void varioWakeup();
|
|||
extern const pm_uchar logo_taranis[];
|
||||
#endif
|
||||
|
||||
#if defined(USB_MASS_STORAGE)
|
||||
extern void usbPluggedIn();
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue