diff Discovery/Inc/tInfo.h @ 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 5f11787b4f42
children b9f699d2e3d0
line wrap: on
line diff
--- a/Discovery/Inc/tInfo.h	Sun Sep 25 21:13:45 2022 +0200
+++ b/Discovery/Inc/tInfo.h	Tue Oct 18 20:56:19 2022 +0200
@@ -61,7 +61,7 @@
 
 void tInfo_setEvent(uint32_t inputEventID, uint32_t inputFunctionCall);
 
-void tInfo_set_on_off(uint32_t editID, uint32_t int1);
+void tInfo_set_on_off(uint32_t editID, uint8_t int1);
 void exitInfo(void);
 
 #endif /* TINFO_H */