enable energy harvesting and tunneling in eeprom

This commit is contained in:
Conor Patrick
2019-01-12 16:20:11 -05:00
parent 20f8aac768
commit 62cd7cc728
3 changed files with 106 additions and 22 deletions

View File

@@ -59,8 +59,8 @@ typedef enum
TAG_EXT = (1 << 17),
TAG_NFC = (1 << 18),
TAG_NO_TAG = (1<<30),
TAG_FILENO = (1<<31)
TAG_NO_TAG = (1UL<<30),
TAG_FILENO = (1UL<<31)
} LOG_TAG;
#if DEBUG_LEVEL > 0