diff options
Diffstat (limited to 'src/recoveryLoader.cpp')
| -rw-r--r-- | src/recoveryLoader.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/recoveryLoader.cpp b/src/recoveryLoader.cpp index 27a79d9c..d6f8d49b 100644 --- a/src/recoveryLoader.cpp +++ b/src/recoveryLoader.cpp @@ -81,7 +81,8 @@ void RefreshWatchdog() { } uint8_t displayBuffer[displayWidth * bytesPerPixel]; -void Process(void* instance) { + +void Process(void* /*instance*/) { RefreshWatchdog(); APP_GPIOTE_INIT(2); |
