Proyecto ABInBev para la tarjeta Guaria 1/2.

Revision:
13:472d40c0fc6b
Parent:
8:a174cef25049
--- a/Program/gpio_exe.cpp	Thu Jul 07 04:44:22 2022 +0000
+++ b/Program/gpio_exe.cpp	Wed Jul 06 22:50:51 2022 -0600
@@ -130,7 +130,7 @@
 const char  IO_ENGINE_UNLOCK[]  = "setdigout 1?? ? ? ? ? ? ?";
 
 #define DEBUG_GPIO_CPP
-#define FP_READER_GT521     1
+#define IO_FP_READER_GT521     1
 
 /**
  * @brief 
@@ -170,7 +170,7 @@
         tick_fri_ics.detach();
         tick_fri_ics.attach(&send_fri_ics, 1800.0);
         if (functionality_fingerprint_reader) {
-            #if FP_READER_GT521 == 1
+            #if IO_FP_READER_GT521 == 1
                 FP_Close();
             #else
             #endif
@@ -301,7 +301,7 @@
             #endif
             tx_fmu130_message(gpio_buffer, &avl_uart);
             if (functionality_fingerprint_reader && functionality_force_driver_buclke) { ///// PENDIENTE
-                #if FP_READER_GT521 == 1
+                #if IO_FP_READER_GT521 == 1
                     FP_Close();
                 #else
                 #endif