@@ -77,12 +77,12 @@ class LowPowerStandbyType {
77
77
};
78
78
79
79
friend LowPowerStandbyType::UntilEitherClass operator |(
80
- const LowPowerStandbyType::UntilPinActivityClass&,
81
- const LowPowerStandbyType::UntilTimeElapsedClass&);
80
+ const LowPowerStandbyType::UntilPinActivityClass& untilPinActivity ,
81
+ const LowPowerStandbyType::UntilTimeElapsedClass& untilTimeElapsed );
82
82
83
83
friend LowPowerStandbyType::UntilEitherClass operator |(
84
- const LowPowerStandbyType::UntilTimeElapsedClass&,
85
- const LowPowerStandbyType::UntilPinActivityClass&);
84
+ const LowPowerStandbyType::UntilTimeElapsedClass& untilTimeElapsed ,
85
+ const LowPowerStandbyType::UntilPinActivityClass& untilPinActivity );
86
86
};
87
87
88
88
class RTCWakeupDelay {
@@ -304,12 +304,12 @@ RTCWakeupDelay operator""_min(const unsigned long long int minutes);
304
304
305
305
RTCWakeupDelay operator " " _h(const unsigned long long int hours);
306
306
LowPowerStandbyType::UntilEitherClass operator |(
307
- const LowPowerStandbyType::UntilPinActivityClass&,
308
- const LowPowerStandbyType::UntilTimeElapsedClass&);
307
+ const LowPowerStandbyType::UntilPinActivityClass& untilPinActivity ,
308
+ const LowPowerStandbyType::UntilTimeElapsedClass& untilTimeElapsed );
309
309
310
310
LowPowerStandbyType::UntilEitherClass operator |(
311
- const LowPowerStandbyType::UntilTimeElapsedClass&,
312
- const LowPowerStandbyType::UntilPinActivityClass&);
311
+ const LowPowerStandbyType::UntilTimeElapsedClass& untilTimeElapsed ,
312
+ const LowPowerStandbyType::UntilPinActivityClass& untilPinActivity );
313
313
314
314
/*
315
315
********************************************************************************
0 commit comments