1
0
This commit is contained in:
2024-05-01 16:09:03 +02:00
parent bfdc39ece1
commit b2bec39caf
6 changed files with 290 additions and 118 deletions

2
main.c
View File

@@ -404,7 +404,7 @@ int main(void) {
//------------------------------------------------------------------------------
// Create Threads
//------------------------------------------------------------------------------
// audio_id = osThreadNew(AudioPlayer, NULL, &audio_attr);
audio_id = osThreadNew(AudioPlayer, NULL, &audio_attr);
debug_id = osThreadNew(DebugStation, NULL, &debug_attr);
phy_rec_id = osThreadNew(PhReceiver, NULL, &phy_rec_attr);
phy_snd_id = osThreadNew(PhSender, NULL, &phy_snd_attr);