PlayUAV / PlayuavOSD

A Graphical OSD for FPV
http://en.playuav.com
GNU General Public License v3.0
68 stars 61 forks source link

Simplify the bShownAtPanle() function #1

Closed jdliue closed 9 years ago

jdliue commented 9 years ago

Replaced this function by : { return ((itemPanel & (1<<(current_panel-1))) != 0) }

ghost commented 9 years ago

Thanks, both CT and firmware were fixed.