File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ namespace audio_tools {
7
7
8
8
typedef void (* repeating_timer_callback_t )(void * obj);
9
9
class TimerAlarmRepeatingAVR ;
10
- TimerAlarmRepeatingAVR *timerAlarmRepeatingRef = nullptr ;
10
+ inline TimerAlarmRepeatingAVR *timerAlarmRepeatingRef = nullptr ;
11
11
12
12
13
13
/* *
Original file line number Diff line number Diff line change 7
7
namespace audio_tools {
8
8
9
9
class TimerAlarmRepeatingMBED ;
10
- TimerAlarmRepeatingMBED *timerAlarmRepeating = nullptr ;
10
+ inline TimerAlarmRepeatingMBED *timerAlarmRepeating = nullptr ;
11
11
// typedef void (* repeating_timer_callback_t )(void* obj);
12
12
13
13
/* *
Original file line number Diff line number Diff line change 6
6
namespace audio_tools {
7
7
8
8
class TimerAlarmRepeatingSTM32 ;
9
- TimerAlarmRepeatingSTM32 *timerAlarmRepeating = nullptr ;
9
+ inline TimerAlarmRepeatingSTM32 *timerAlarmRepeating = nullptr ;
10
10
typedef void (* repeating_timer_callback_t )(void * obj);
11
11
12
12
/* *
You can’t perform that action at this time.
0 commit comments