diff --git a/include/mm.hpp b/include/mm.h old mode 100755 new mode 100644 similarity index 100% rename from include/mm.hpp rename to include/mm.h diff --git a/src/main.cpp b/src/main.cpp index f22c966..ba8643b 100755 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,7 +1,7 @@ #include #include "esp32-hal-gpio.h" -#include "mm.hpp" /* Archivos header ubicados en include/ */ #include +#include "mm.h" /* Archivos header ubicados en include/ */ void m1handler(); void m2handler();