diff --git a/library.properties b/library.properties index b5264e9..4e13aa4 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=EncButton -version=3.5.9 +version=3.5.10 author=AlexGyver maintainer=AlexGyver sentence=Light and powerful library for button and encoder operation for Arduino diff --git a/src/core/io.h b/src/core/io.h index 5fae7b0..c761bae 100644 --- a/src/core/io.h +++ b/src/core/io.h @@ -1,6 +1,6 @@ #pragma once #include -#include +#include bool EB_read(uint8_t pin); void EB_mode(uint8_t pin, uint8_t mode);