fixed incorrect annotation on one config #docs

This commit is contained in:
pyr0ball 2020-05-09 12:24:59 -07:00
parent 7086002db5
commit a44ed2556f

View file

@ -43,7 +43,7 @@ extern int PZDET; // Enable or disable piezo connection detection, default is of
#define VCCSW_DEFAULT 0
#define VCCSW_ADDRESS 28
extern int VCCSW; // Enable or disable piezo connection detection, default is off
extern int VCCSW; // Set the signal output to 3.3v [0] or 5v logic [1]
extern int Debug;