inav icon indicating copy to clipboard operation
inav copied to clipboard

Remove unused define from DJI OSD symbols

Open MrD-RC opened this issue 1 year ago • 0 comments

I searched the code and DJI_SYM_CURSOR isn't used anywhere. The only OSD use of cursor at all is in the CMS, which just uses the '>' character.

So this define can go. After that the dji_osd_symbols.h file is a pure character to variable map.

MrD-RC avatar May 19 '24 08:05 MrD-RC