diff 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
line wrap: on
line diff
--- a/Discovery/Src/tInfo.c	Sun Sep 25 21:13:45 2022 +0200
+++ b/Discovery/Src/tInfo.c	Tue Oct 18 20:56:19 2022 +0200
@@ -52,7 +52,7 @@
 {
     char orgText[32];
     char newText[32];
-    char input;
+    uint8_t input;
     char symbolCounter;
     int8_t begin[4], size[4];
     uint16_t coord[3];
@@ -466,7 +466,7 @@
 }
 
 
-void tInfo_set_on_off(uint32_t editID, uint32_t int1)
+void tInfo_set_on_off(uint32_t editID, uint8_t int1)
 {
     uint8_t backup_id, temp_id;