rc_input make RC_SCAN_STRING static constexpr

This commit is contained in:
Daniel Agar
2018-07-30 07:22:03 -04:00
parent 0069141ffc
commit 6660418c31
2 changed files with 3 additions and 3 deletions

View File

@@ -42,6 +42,7 @@ static bool bind_spektrum(int arg);
#endif /* SPEKTRUM_POWER */
work_s RCInput::_work = {};
constexpr char const *RCInput::RC_SCAN_STRING[];
RCInput::RCInput(bool run_as_task) :
_cycle_perf(perf_alloc(PC_ELAPSED, "rc_input cycle time")),