ugfx/src/gdriver
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
..
gdriver.c For all source files update integer types to the new gI8 etc type names 2018-11-03 10:51:23 +10:00
gdriver.h Avoid duplicate const specifier compiler warnings 2021-08-12 12:20:07 +02:00
gdriver.mk Update license header 2018-10-01 17:34:15 +02:00
gdriver_mk.c Update license header 2018-10-01 17:34:15 +02:00
gdriver_options.h Update license header 2018-10-01 17:34:15 +02:00
gdriver_rules.h Update license header 2018-10-01 17:34:15 +02:00