1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-23 08:15:17 +03:00

PXX2 probe on Horus should be OK (same code than Taranis)

This commit is contained in:
Bertrand Songis 2019-04-25 11:32:20 +02:00
parent 28a25e17b2
commit d4cd8498ce

View file

@ -189,11 +189,6 @@ void boardInit()
TRACE("\nHorus board started :)");
TRACE("RCC->CSR = %08x", RCC->CSR);
#if defined(PXX2)
#warning "PXX2 probe is not implemented"
hardwareOptions.pxx2Enabled = true;
#endif
audioInit();
// we need to initialize g_FATFS_Obj here, because it is in .ram section (because of DMA access)