diff options
Diffstat (limited to 'os/hal/ports/STM32L1xx/adc_lld.h')
-rw-r--r-- | os/hal/ports/STM32L1xx/adc_lld.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/STM32L1xx/adc_lld.h b/os/hal/ports/STM32L1xx/adc_lld.h index 2ac857c16..6d11ea93c 100644 --- a/os/hal/ports/STM32L1xx/adc_lld.h +++ b/os/hal/ports/STM32L1xx/adc_lld.h @@ -235,7 +235,7 @@ typedef struct { /**
* @brief Enables the circular buffer mode for the group.
*/
- bool_t circular;
+ bool circular;
/**
* @brief Number of the analog channels belonging to the conversion group.
*/
|