fix: type of display init function
This commit is contained in:
parent
d6712d80d6
commit
fcdf244d12
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue