Mercurial > public > ostc4
comparison 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 |
comparison
equal
deleted
inserted
replaced
698:2c2b9c6eb089 | 699:01f40cb1057e |
---|---|
59 | 59 |
60 void tInfo_write_buttonTextline(GFX_DrawCfgScreen *screenPtr, uint8_t left2ByteCode, char middle2ByteCode, char right2ByteCode); | 60 void tInfo_write_buttonTextline(GFX_DrawCfgScreen *screenPtr, uint8_t left2ByteCode, char middle2ByteCode, char right2ByteCode); |
61 | 61 |
62 void tInfo_setEvent(uint32_t inputEventID, uint32_t inputFunctionCall); | 62 void tInfo_setEvent(uint32_t inputEventID, uint32_t inputFunctionCall); |
63 | 63 |
64 void tInfo_set_on_off(uint32_t editID, uint32_t int1); | 64 void tInfo_set_on_off(uint32_t editID, uint8_t int1); |
65 void exitInfo(void); | 65 void exitInfo(void); |
66 | 66 |
67 #endif /* TINFO_H */ | 67 #endif /* TINFO_H */ |