ugfx/drivers
Joel Bodenmann 9c0678a291 Avoid duplicate const specifier compiler warnings
The original code is perfectly valid standard C. However, some compilers (especially GCC) complain about duplicate const specifiers anyway.
At this point we cave in as there doesn't seem to be any efforts to fix this problem by the corresponding compiler vendors.

uGFX v3 will no longer suffer from this problem as the driver interface works differently in this area.
2021-08-12 12:20:07 +02:00
..
gadc/AT91SAM7 For all source files update integer types to the new gI8 etc type names 2018-11-03 10:51:23 +10:00
gaudio For all source files update integer types to the new gI8 etc type names 2018-11-03 10:51:23 +10:00
gdisp Minor fixups 2018-11-10 10:45:28 +10:00
ginput For all source files update integer types to the new gI8 etc type names 2018-11-03 10:51:23 +10:00
multiple Avoid duplicate const specifier compiler warnings 2021-08-12 12:20:07 +02:00