Skip to content

Commit f9ea23c

Browse files
committed
Removed not relevent comment
1 parent 029450f commit f9ea23c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

cores/arduino/HardwareTimer.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
*/
945944
void HardwareTimer::attachInterrupt(uint32_t channel, callback_function_t callback)

cores/arduino/HardwareTimer.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)