diff options
-rw-r--r-- | os/hal/platforms/SPC5xx/EQADC_v1/adc_lld.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/SPC5xx/EQADC_v1/adc_lld.h b/os/hal/platforms/SPC5xx/EQADC_v1/adc_lld.h index a0ded1eb4..9ad820ee4 100644 --- a/os/hal/platforms/SPC5xx/EQADC_v1/adc_lld.h +++ b/os/hal/platforms/SPC5xx/EQADC_v1/adc_lld.h @@ -588,7 +588,7 @@ typedef struct { /**
* @brief Driver configuration structure.
- * @note It could be empty on some architectures.
+ * @note Empty in this implementation can be ignored.
*/
typedef struct {
uint32_t dummy;
|