diff options
| author | mark9064 <30447455+mark9064@users.noreply.github.com> | 2024-02-11 14:35:11 +0000 |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2024-05-01 16:13:47 +0200 |
| commit | ee925200c38ef9f04f976ebaf70b17d2898fcec5 (patch) | |
| tree | 4aaf4add7a16e8e653e47198b922d7fda193c81d /src/drivers/SpiMaster.h | |
| parent | 079e676baf70a943d31317afde47b759ca69ca2d (diff) | |
Remove task to notify
Diffstat (limited to 'src/drivers/SpiMaster.h')
| -rw-r--r-- | src/drivers/SpiMaster.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/SpiMaster.h b/src/drivers/SpiMaster.h index 9014061e..131965e1 100644 --- a/src/drivers/SpiMaster.h +++ b/src/drivers/SpiMaster.h @@ -57,7 +57,6 @@ namespace Pinetime { volatile uint32_t currentBufferAddr = 0; volatile size_t currentBufferSize = 0; - volatile TaskHandle_t taskToNotify; SemaphoreHandle_t mutex = nullptr; }; } |
