Adjusted formatting/conventions to conform to rest of ZT codebase

This commit is contained in:
Joseph Henry 2016-01-15 10:09:31 -08:00
commit 321bca4bf7
5 changed files with 600 additions and 637 deletions

View file

@ -44,11 +44,11 @@
#define DEBUG_LEVEL 0
#define MSG_WARNING 4
#define MSG_ERROR 1 // Errors
#define MSG_INFO 2 // Information which is generally useful to any user
#define MSG_DEBUG 3 // Information which is only useful to someone debugging
#define MSG_DEBUG_EXTRA 4 // If nothing in your world makes sense
#define MSG_TRANSFER 1 // RX/TX specific statements
#define MSG_ERROR 2 // Errors
#define MSG_INFO 3 // Information which is generally useful to any user
#define MSG_DEBUG 4 // Information which is only useful to someone debugging
#define MSG_DEBUG_EXTRA 5 // If nothing in your world makes sense
#ifdef NETCON_INTERCEPT