Mercurial > public > ostc4
comparison Discovery/Inc/tMenuSetpoint.h @ 788:4abfb8a2a435
Define explicit setpoints for low / high / deco. Add an option to delay the switch to SPlow until all decompression has been cleared. (mikeller)
author | heinrichsweikamp |
---|---|
date | Tue, 04 Jul 2023 14:39:06 +0200 |
parents | 5f11787b4f42 |
children |
comparison
equal
deleted
inserted
replaced
787:aeb72882f30a | 788:4abfb8a2a435 |
---|---|
32 | 32 |
33 #include <stdint.h> | 33 #include <stdint.h> |
34 | 34 |
35 /* Exported functions --------------------------------------------------------*/ | 35 /* Exported functions --------------------------------------------------------*/ |
36 | 36 |
37 uint32_t tMSP_refresh(uint8_t line, char *text, uint16_t *tab, char *subtext); | 37 uint32_t tMSP_refresh(char *text, uint16_t *tab, char *subtext); |
38 | |
39 #endif /* TMENU_SETPOINT_H */ | 38 #endif /* TMENU_SETPOINT_H */ |