Fix compiler warning

ugfx_release_2.6
inmarket 2013-11-06 17:21:58 +10:00
parent a8e860678d
commit 5d2d6e7962
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ static inline void release_bus(GDisplay *g) {
static inline void write_cmd(GDisplay *g, uint8_t cmd) {
uint8_t command[2];
(void) g;
command[0] = 0x00; // Co = 0, D/C = 0
command[1] = cmd;