Skip to content

Commit

Permalink
SignalDetectorClass
Browse files Browse the repository at this point in the history
removed massive debug
  • Loading branch information
sidey79 committed Oct 23, 2017
1 parent 61d85cb commit 8d75d7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/_micro-api/libraries/signalDecoder/src/signalDecoder.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
#define MSG_START char(0x2) // this is a non printable Char
#define MSG_END char(0x3) // this is a non printable Char
//#define DEBUGDETECT 1
#define DEBUGDETECT 255 // Very verbose output
#define DEBUGDECODE 1
//#define DEBUGDETECT 255 // Very verbose output
//#define DEBUGDECODE 1

enum status { searching, clockfound, syncfound, detecting };

Expand Down

0 comments on commit 8d75d7d

Please sign in to comment.