aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32F37x/adc_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/ports/STM32F37x/adc_lld.h')
-rw-r--r--os/hal/ports/STM32F37x/adc_lld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/STM32F37x/adc_lld.h b/os/hal/ports/STM32F37x/adc_lld.h
index 2258952b1..db7ae39ec 100644
--- a/os/hal/ports/STM32F37x/adc_lld.h
+++ b/os/hal/ports/STM32F37x/adc_lld.h
@@ -397,7 +397,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.
*/