You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cores/arduino/HardwareTimer.h
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -77,9 +77,9 @@ typedef enum {
77
77
// This structure is used to be able to get HardwareTimer instance (C++ class)
78
78
// from handler (C structure) specially for interrupt management
79
79
typedefstruct {
80
-
void *__this; // Those 2 first field must remain in this order at the beginning of the structure
81
-
TIM_HandleTypeDef handle; // Those 2 first field must remain in this order at the beginning of the structure
82
-
// void (*callbacks[1 + TIMER_CHANNELS])(HardwareTimer*); //Callbacks: 0 for update, 1-4 for channels. (channel5/channel6, if any, doesn't have interrupt)
80
+
// Those 2 first fields must remain in this order at the beginning of the structure
0 commit comments