signed update working

This commit is contained in:
Conor Patrick
2018-12-02 23:31:34 -05:00
parent 0c461bb5d8
commit bfa2d2830d
12 changed files with 116 additions and 270 deletions

View File

@@ -22,7 +22,7 @@
#ifndef _LOG_H
#define _LOG_H
#include APP_CONFIG
#include APP_CONFIG
#include <stdint.h>
#ifndef DEBUG_LEVEL
@@ -55,6 +55,7 @@ typedef enum
TAG_WALLET = (1 << 14),
TAG_STOR = (1 << 15),
TAG_DUMP2 = (1 << 16),
TAG_BOOT = (1 << 17),
TAG_FILENO = (1<<31)
} LOG_TAG;