Update Blinker.h

Removed "driver/timer.h".  This is an old include that has not been used for a while, and happens to have now been deprecated in IDF5 (removing entirely prevents deprecation warnings).
This commit is contained in:
Gregg 2024-07-15 06:34:03 -05:00
parent d58eed5198
commit 3534f0c79e
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@
#pragma once #pragma once
#include <Arduino.h> #include <Arduino.h>
#include <driver/timer.h>
[[maybe_unused]] static const char* BLINKER_TAG = "Blinker"; [[maybe_unused]] static const char* BLINKER_TAG = "Blinker";