mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-11 20:47:37 +00:00
Fix member initialization order.
This commit is contained in:
@@ -47,8 +47,8 @@ BasebandThread::BasebandThread(
|
|||||||
const tprio_t priority,
|
const tprio_t priority,
|
||||||
baseband::Direction direction
|
baseband::Direction direction
|
||||||
) : baseband_processor { baseband_processor },
|
) : 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),
|
thread = chThdCreateStatic(baseband_thread_wa, sizeof(baseband_thread_wa),
|
||||||
priority, ThreadBase::fn,
|
priority, ThreadBase::fn,
|
||||||
|
Reference in New Issue
Block a user