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:
parent
28a25e17b2
commit
d4cd8498ce
1 changed files with 0 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue