fix: type of display init function

This commit is contained in:
Alexis Fourmaux 2026-05-06 20:31:45 +02:00
parent d6712d80d6
commit fcdf244d12

View file

@ -16,6 +16,6 @@ enum class DisplayError : int16_t {
INIT_FAILED = -1 INIT_FAILED = -1
}; };
void displayInit(); DisplayError displayInit();
void displayGasIndex(uint32_t pulses); void displayGasIndex(uint32_t pulses);