summaryrefslogtreecommitdiff
path: root/drivers/arm/analog.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2020-03-17 01:02:01 +0000
committerQMK Bot <hello@qmk.fm>2020-03-17 01:02:01 +0000
commitece14278efe5168ef20298984bff4b1d5eb43e4b (patch)
tree6c89528762e06a1e7d34c7c16658d3abaa41a1d9 /drivers/arm/analog.h
parent567bfc97ac4f5066e8a2302c46e3b375efe59792 (diff)
format code according to conventions [skip ci]
Diffstat (limited to 'drivers/arm/analog.h')
-rw-r--r--drivers/arm/analog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/arm/analog.h b/drivers/arm/analog.h
index 2818e9dcb1..e61c394265 100644
--- a/drivers/arm/analog.h
+++ b/drivers/arm/analog.h
@@ -25,7 +25,7 @@ extern "C" {
typedef struct {
uint16_t input;
- uint8_t adc;
+ uint8_t adc;
} adc_mux;
#define TO_MUX(i, a) \
(adc_mux) { i, a }