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:
parent
d58eed5198
commit
3534f0c79e
|
|
@ -28,7 +28,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <Arduino.h>
|
||||
#include <driver/timer.h>
|
||||
|
||||
[[maybe_unused]] static const char* BLINKER_TAG = "Blinker";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue