ctap/u2f works on nrf52

This commit is contained in:
Conor Patrick
2018-06-02 18:30:59 -04:00
parent a71c9ef30a
commit 28b6305b4c
7 changed files with 58 additions and 16 deletions

1
log.h
View File

@@ -21,6 +21,7 @@ typedef enum
TAG_DUMP = (1 << 7),
TAG_GREEN = (1 << 8),
TAG_RED= (1 << 9),
TAG_TIME= (1 << 10),
TAG_FILENO = (1<<31)
} LOG_TAG;