We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc378d5 commit 1d5589bCopy full SHA for 1d5589b
src/Arduino_NBConnectionHandler.cpp
@@ -19,15 +19,6 @@
19
INCLUDE
20
******************************************************************************/
21
22
-/*
23
- static int const DBG_NONE = -1;
24
- static int const DBG_ERROR = 0;
25
- static int const DBG_WARNING = 1;
26
- static int const DBG_INFO = 2;
27
- static int const DBG_DEBUG = 3;
28
- static int const DBG_VERBOSE = 4;
29
-*/
30
-
31
#include "Arduino_NBConnectionHandler.h"
32
33
#ifdef BOARD_HAS_NB /* Only compile if this is a board with NB */
0 commit comments