diff options
| author | JF002 <JF002@users.noreply.github.com> | 2020-11-17 18:43:45 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-17 18:43:45 (GMT) |
| commit | b50e222e2e967d9c0e7f75ec65fbbdbf3369d921 (patch) | |
| tree | c2ff039a069d0a4f34944222904ca29676ed162c /src/components/gfx/Gfx.h | |
| parent | eb3a22554cf1868fb52da533496ac2324b7d222a (diff) | |
| parent | 3ccfa1d92422e4020bc1b144690fee540c2e04f2 (diff) | |
Merge pull request #120 from ryanplusplus/transfert-typo
Fixed typo (Transfert -> Transfer)
Diffstat (limited to 'src/components/gfx/Gfx.h')
| -rw-r--r-- | src/components/gfx/Gfx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/gfx/Gfx.h b/src/components/gfx/Gfx.h index 091f06f..eba6319 100644 --- a/src/components/gfx/Gfx.h +++ b/src/components/gfx/Gfx.h @@ -53,8 +53,8 @@ namespace Pinetime { Drivers::St7789& lcd; void SetBackgroundColor(uint16_t color); - void WaitTransfertFinished() const; - void NotifyEndOfTransfert(TaskHandle_t task); + void WaitTransferFinished() const; + void NotifyEndOfTransfer(TaskHandle_t task); }; } } |
