crypto is sorted out for nrf52

This commit is contained in:
Conor Patrick
2018-06-03 00:50:46 -04:00
parent 4837d5d5e9
commit e69865384f
8 changed files with 289 additions and 79 deletions

1
log.h
View File

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