aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/ports')
-rw-r--r--os/hal/ports/STM32/LLD/COMPv1/hal_comp_lld.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/os/hal/ports/STM32/LLD/COMPv1/hal_comp_lld.h b/os/hal/ports/STM32/LLD/COMPv1/hal_comp_lld.h
index 4b66c52..0ecdca2 100644
--- a/os/hal/ports/STM32/LLD/COMPv1/hal_comp_lld.h
+++ b/os/hal/ports/STM32/LLD/COMPv1/hal_comp_lld.h
@@ -238,7 +238,7 @@ typedef struct {
} COMPConfig;
/**
- * @brief Structure representing an TIMCAP driver.
+ * @brief Structure representing an COMP driver.
*/
struct COMPDriver {
/**
@@ -299,10 +299,10 @@ extern COMPDriver COMPD7;
extern "C" {
#endif
void comp_lld_init(void);
- void comp_lld_start(COMPDriver *timcapp);
- void comp_lld_stop(COMPDriver *timcapp);
- void comp_lld_enable(COMPDriver *timcapp);
- void comp_lld_disable(COMPDriver *timcapp);
+ void comp_lld_start(COMPDriver *compp);
+ void comp_lld_stop(COMPDriver *compp);
+ void comp_lld_enable(COMPDriver *compp);
+ void comp_lld_disable(COMPDriver *compp);
#ifdef __cplusplus
}
#endif