diff options
Diffstat (limited to 'drivers/arm/analog.h')
-rw-r--r-- | drivers/arm/analog.h | 2 |
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 } |