comparison Discovery/Src/tInfo.c @ 699:01f40cb1057e

Cleanup warnings: The code still contained several warnings which have now been resolved. Big thank you to Thomas :-)
author Ideenmodellierer
date Tue, 18 Oct 2022 20:56:19 +0200
parents b7b481df4f22
children b9f699d2e3d0
comparison
equal deleted inserted replaced
698:2c2b9c6eb089 699:01f40cb1057e
50 50
51 typedef struct 51 typedef struct
52 { 52 {
53 char orgText[32]; 53 char orgText[32];
54 char newText[32]; 54 char newText[32];
55 char input; 55 uint8_t input;
56 char symbolCounter; 56 char symbolCounter;
57 int8_t begin[4], size[4]; 57 int8_t begin[4], size[4];
58 uint16_t coord[3]; 58 uint16_t coord[3];
59 tFont *fontUsed; 59 tFont *fontUsed;
60 uint32_t callerID; 60 uint32_t callerID;
464 464
465 TIid = backup_id; 465 TIid = backup_id;
466 } 466 }
467 467
468 468
469 void tInfo_set_on_off(uint32_t editID, uint32_t int1) 469 void tInfo_set_on_off(uint32_t editID, uint8_t int1)
470 { 470 {
471 uint8_t backup_id, temp_id; 471 uint8_t backup_id, temp_id;
472 472
473 temp_id = tI_get_id_of(editID); 473 temp_id = tI_get_id_of(editID);
474 if(temp_id == 255) 474 if(temp_id == 255)