Skip to content

Commit

Permalink
Attempt to fix -Wreorder
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bs committed May 30, 2024
1 parent 3b1360e commit 5c78bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AppLayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ class AppLayer : public PayloadBresser, PayloadAnalog, PayloadDigital
AppLayer(ESP32Time *rtc, time_t *clocksync) : PayloadBresser(rtc, clocksync), PayloadAnalog(), PayloadDigital()
#if defined(MITHERMOMETER_EN) || defined(THEENGSDECODER_EN)
,
bleSensors()
BleSensors()
#endif
#ifdef ONEWIRE_EN
,
Expand Down

0 comments on commit 5c78bfd

Please sign in to comment.