File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -939,7 +939,6 @@ void HardwareTimer::detachInterrupt()
939939 * @brief Attach interrupt callback on Capture/Compare event
940940 * @param channel: Arduino channel [1..4]
941941 * @param callback: interrupt callback
942- * @param arg: pointer to optional argument to associate with interrupt
943942 * @retval None
944943 */
945944void HardwareTimer::attachInterrupt (uint32_t channel, callback_function_t callback)
Original file line number Diff line number Diff line change @@ -150,7 +150,6 @@ class HardwareTimer {
150150
151151 // The following function(s) are available for more advanced timer options
152152 TIM_HandleTypeDef *getHandle (); // return the handle address for HAL related configuration
153-
154153 int getChannel (uint32_t channel);
155154 int getLLChannel (uint32_t channel);
156155 int getIT (uint32_t channel);
You can’t perform that action at this time.
0 commit comments