diff options
Diffstat (limited to 'os')
| -rw-r--r-- | os/common/ports/AVR/compilers/GCC/chtypes.h | 2 | ||||
| -rw-r--r-- | os/hal/ports/AVR/hal_adc_lld.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/os/common/ports/AVR/compilers/GCC/chtypes.h b/os/common/ports/AVR/compilers/GCC/chtypes.h index 9b3217607..346968bf0 100644 --- a/os/common/ports/AVR/compilers/GCC/chtypes.h +++ b/os/common/ports/AVR/compilers/GCC/chtypes.h @@ -68,7 +68,7 @@ typedef uint8_t eventmask_t; /**< Mask of event identifiers. */ typedef uint8_t eventflags_t; /**< Mask of event flags. */
typedef int8_t cnt_t; /**< Generic signed counter. */
typedef uint8_t ucnt_t; /**< Generic unsigned counter. */
-typedef bool bool_t; /**< Fast boolean type. */
+typedef bool bool_t; /**< Fast boolean type. */
/** @} */
/**
diff --git a/os/hal/ports/AVR/hal_adc_lld.h b/os/hal/ports/AVR/hal_adc_lld.h index 219fd9d0b..8e2231724 100644 --- a/os/hal/ports/AVR/hal_adc_lld.h +++ b/os/hal/ports/AVR/hal_adc_lld.h @@ -152,7 +152,7 @@ struct ADCDriver { /**
* @brief Mutex protecting the peripheral.
*/
- mutex_t mutex;
+ mutex_t mutex;
#elif CH_CFG_USE_SEMAPHORES
Semaphore semaphore;
#endif
|
