Skip to content

Commit

Permalink
change debug macro name
Browse files Browse the repository at this point in the history
  • Loading branch information
konikoni428 committed Jun 9, 2021
1 parent 54fbd6c commit 31fa8ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BM64_Debug.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#ifndef BM64_Debug_h_
#define BM64_Debug_h_

// #define DEBUG // Switch debug output on and off by commentout
// #define BM64_DEBUG // Switch debug output on and off by commentout

#ifdef DEBUG
#ifdef BM64_DEBUG
#include <SoftwareSerial.h>
#define USE_DEBUG extern SoftwareSerial _swSerial;
#define DPRINT(...) _swSerial.print(__VA_ARGS__)
Expand Down

0 comments on commit 31fa8ae

Please sign in to comment.