1
0
Fork 0

format code according to conventions [skip ci]

This commit is contained in:
QMK Bot 2020-03-17 01:02:01 +00:00
parent 567bfc97ac
commit ece14278ef
2 changed files with 2 additions and 2 deletions

View file

@ -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 }