diff options
Diffstat (limited to 'arduino/src/doorman.ino')
-rw-r--r-- | arduino/src/doorman.ino | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arduino/src/doorman.ino b/arduino/src/doorman.ino index 384e936..10fba30 100644 --- a/arduino/src/doorman.ino +++ b/arduino/src/doorman.ino @@ -21,8 +21,9 @@ #include "rf.h" #include "emem.h" -//Global var -unsigned char global_hash[EMEM_HASH_SIZE]; +// Global var +/** Used to pass current command hash **/ +unsigned char g_Hash[EMEM_HASH_SIZE]; /** Door control pin. */ #define DOOR_CTRN (4) |