Skip to content

Commit e14b022

Browse files
author
Scott Powell
committed
* original UITask now in /ui-orig folder
1 parent acde992 commit e14b022

File tree

13 files changed

+538
-15
lines changed

13 files changed

+538
-15
lines changed

examples/companion_radio/ui-new/UITask.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class UITask : public AbstractUITask {
5555
bool hasDisplay() const { return _display != NULL; }
5656
bool isButtonPressed() const;
5757

58-
// from AbsractUITask
58+
// from AbstractUITask
5959
void msgRead(int msgcount) override;
6060
void newMsg(uint8_t path_len, const char* from_name, const char* text, int msgcount) override;
6161
void soundBuzzer(UIEventType bet = UIEventType::none) override;
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)