comparison Discovery/Src/tMenuHardware.c @ 317:5e8ad1cd353f Bugfix_Flip_FirmwareUpdate

Resolved warning
author ideenmodellierer
date Mon, 17 Jun 2019 21:47:54 +0200
parents cc9c18075e00
children 1f557e5f4b5a
comparison
equal deleted inserted replaced
316:4da2bffb07ca 317:5e8ad1cd353f
151 { 151 {
152 button[i] = (uint8_t)settingsGetPointer()->ButtonResponsiveness[i]; 152 button[i] = (uint8_t)settingsGetPointer()->ButtonResponsiveness[i];
153 } 153 }
154 // textPointer += snprintf(&text[textPointer],25,"%i %i %i",button[0],button[1],button[2]); 154 // textPointer += snprintf(&text[textPointer],25,"%i %i %i",button[0],button[1],button[2]);
155 textPointer += snprintf(&text[textPointer],25, 155 textPointer += snprintf(&text[textPointer],25,
156 "%i" 156 "%li"
157 "\016\016" 157 "\016\016"
158 " %%" 158 " %%"
159 "\017", 159 "\017",
160 button[3]); 160 button[3]);
161 } 161 }