diff options
-rw-r--r-- | os/hal/platforms/SPC5xx/eMIOS_v1/icu_lld.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/SPC5xx/eMIOS_v1/icu_lld.h b/os/hal/platforms/SPC5xx/eMIOS_v1/icu_lld.h index 31921333c..96fb50a82 100644 --- a/os/hal/platforms/SPC5xx/eMIOS_v1/icu_lld.h +++ b/os/hal/platforms/SPC5xx/eMIOS_v1/icu_lld.h @@ -267,7 +267,7 @@ struct ICUDriver { /**
* @brief eMIOSx channel number.
*/
- uint32_t ch_number;
+ uint32_t ch_number;
/**
* @brief Current configuration data.
*/
|