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 2818e9dcb..e61c39426 100644 --- a/drivers/arm/analog.h +++ b/drivers/arm/analog.h | |||
| @@ -25,7 +25,7 @@ extern "C" { | |||
| 25 | 25 | ||
| 26 | typedef struct { | 26 | typedef struct { |
| 27 | uint16_t input; | 27 | uint16_t input; |
| 28 | uint8_t adc; | 28 | uint8_t adc; |
| 29 | } adc_mux; | 29 | } adc_mux; |
| 30 | #define TO_MUX(i, a) \ | 30 | #define TO_MUX(i, a) \ |
| 31 | (adc_mux) { i, a } | 31 | (adc_mux) { i, a } |
