Skip to content

Commit

Permalink
[test] integration/slo/connect_time: auto != auto& !
Browse files Browse the repository at this point in the history
  • Loading branch information
avtolstoy committed May 26, 2021
1 parent 61c5ec1 commit 7842ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user/tests/integration/slo/connect_time/connect_time.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ bool loopCalled = false;
system_tick_t testAppInitDuration = 0;
system_tick_t testAppSetupDuration = 0;

inline auto network() {
inline auto& network() {
#if Wiring_Cellular
return Cellular;
#elif Wiring_WiFi
Expand Down

0 comments on commit 7842ae1

Please sign in to comment.