Skip to content

Commit

Permalink
boards/common/blxxxpill: Drop ADC lines used for stdio
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoernchen20 committed Apr 22, 2020
1 parent 11618d3 commit c64f7f7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions boards/common/blxxxpill/include/periph_conf.h
Expand Up @@ -66,8 +66,6 @@ extern "C" {
#define ADC_CONFIG { \
{ .dev = 0, .pin = GPIO_PIN(PORT_A, 0), .chan = 0 }, \
{ .dev = 0, .pin = GPIO_PIN(PORT_A, 1), .chan = 1 }, \
{ .dev = 0, .pin = GPIO_PIN(PORT_A, 2), .chan = 2 }, \
{ .dev = 0, .pin = GPIO_PIN(PORT_A, 3), .chan = 3 }, \
{ .dev = 0, .pin = GPIO_PIN(PORT_A, 4), .chan = 4 }, \
{ .dev = 0, .pin = GPIO_PIN(PORT_A, 5), .chan = 5 }, \
{ .dev = 0, .pin = GPIO_PIN(PORT_A, 6), .chan = 6 }, \
Expand All @@ -80,7 +78,7 @@ extern "C" {
{ .dev = 0, .pin = GPIO_UNDEF, .chan = 17 }, \
}

#define ADC_NUMOF 12
#define ADC_NUMOF 10
/** @} */

/**
Expand Down

0 comments on commit c64f7f7

Please sign in to comment.