Skip to content

Commit

Permalink
removed bad merge lines
Browse files Browse the repository at this point in the history
  • Loading branch information
pyr0ball committed Dec 31, 2019
1 parent 79f0d65 commit d903a8a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/src/pP_config.h
Expand Up @@ -43,16 +43,16 @@
extern int Hyst; // Hysteresis value for ADC measurements
#endif

#define LOGIC_DEFAULT 0
#define LOGIC_ADDRESS 24
#define LOGIC_DEFAULT 1
#define LOGIC_ADDRESS 32
#if !(defined(LOGIC))
extern bool LOGIC; // Trigger logic scheme, Active LOW is default
extern int LOGIC; // Trigger logic scheme, Active LOW is default
#endif

#define PZDET_DEFAULT 0
#define PZDET_ADDRESS 26
#if !(defined(PZDET))
extern bool PZDET; // Enable or disable piezo connection detection, default is off
extern int PZDET; // Enable or disable piezo connection detection, default is off
#endif

#if !(defined(Debug))
Expand Down

0 comments on commit d903a8a

Please sign in to comment.