Revert unnecessary ifdefs

This commit is contained in:
WillyJL
2025-09-21 03:29:52 +02:00
parent 4100ba83a3
commit d558df8a3a
2 changed files with 0 additions and 6 deletions

View File

@@ -1,7 +1,5 @@
#pragma once
#ifdef T_LORA_PAGER
// This is a version of RotaryEncoder which is based on a debounce inherent FSM table (see RotaryEncoder library)
#include "InputBroker.h"
@@ -28,5 +26,3 @@ class RotaryEncoderImpl : public InputPollable
};
extern RotaryEncoderImpl *rotaryEncoderImpl;
#endif