comparison Discovery/Src/tMenuHardware.c @ 318:bc31d078fb90

Merged in Ideenmodellierer/ostc4/Bugfix_Flip_FirmwareUpdate (pull request #26) Bugfix Flip FirmwareUpdate
author heinrichsweikamp <bitbucket@heinrichsweikamp.com>
date Wed, 19 Jun 2019 13:12:01 +0000
parents 5e8ad1cd353f
children 1f557e5f4b5a
comparison
equal deleted inserted replaced
313:49f5db6139d5 318:bc31d078fb90
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 }