aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include/pwm.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/include/pwm.h')
-rw-r--r--os/hal/include/pwm.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/os/hal/include/pwm.h b/os/hal/include/pwm.h
index 12fe2b6ad..c0cea6c2b 100644
--- a/os/hal/include/pwm.h
+++ b/os/hal/include/pwm.h
@@ -65,13 +65,6 @@ typedef enum {
PWM_OUTPUT_ACTIVE_LOW = 2 /**< @brief Idle is logic level 1. */
} pwmmode_t;
-/**
- * @brief PWM notification callback type.
- *
- * @param[in] active current channel output state
- */
-typedef void (*pwmcallback_t)(void);
-
#include "pwm_lld.h"
/*===========================================================================*/