1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-20 05:52:11 +01:00

OP-1134 Populate_new_custom_tab : Fix comment

This commit is contained in:
Laurent Lalanne 2014-08-28 20:25:22 +02:00
parent 944e6882c5
commit 485600ab5d

View File

@ -131,7 +131,7 @@ typedef struct {
typedef union { typedef union {
uint UAVObject[5]; // 32 bits * 4 uint UAVObject[5]; // 32 bits * 5
heliGUISettingsStruct heli; // 128 bits heliGUISettingsStruct heli; // 128 bits
fixedGUISettingsStruct fixedwing; fixedGUISettingsStruct fixedwing;
multiGUISettingsStruct multi; multiGUISettingsStruct multi;