Skip to content

Commit be39bb6

Browse files
committed
set NUM_ANALOG_OUTPUTS to 0
1 parent 931b041 commit be39bb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/particle_xenon/variant.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ extern "C"
4242
#define PINS_COUNT (34)
4343
#define NUM_DIGITAL_PINS (20)
4444
#define NUM_ANALOG_INPUTS (6) // A6 is used for battery, A7 is analog reference
45-
#define NUM_ANALOG_OUTPUTS (6)
45+
#define NUM_ANALOG_OUTPUTS (0)
4646

4747
/*
4848
* Digital pins

0 commit comments

Comments
 (0)