diff --git a/firmware/baseband/baseband_thread.cpp b/firmware/baseband/baseband_thread.cpp index 3f683a59..8901f528 100644 --- a/firmware/baseband/baseband_thread.cpp +++ b/firmware/baseband/baseband_thread.cpp @@ -47,8 +47,8 @@ BasebandThread::BasebandThread( const tprio_t priority, baseband::Direction direction ) : baseband_processor { baseband_processor }, - sampling_rate { sampling_rate }, - _direction { direction } + _direction { direction }, + sampling_rate { sampling_rate } { thread = chThdCreateStatic(baseband_thread_wa, sizeof(baseband_thread_wa), priority, ThreadBase::fn,