mirror of
https://github.com/opentx/opentx.git
synced 2025-07-21 15:25:17 +03:00
Soft Power Switch on both v4.1 and ersky9x boards
Delay before effective EEPROM write on these boards Current displayed
This commit is contained in:
parent
6113420a02
commit
e7eaced156
24 changed files with 501 additions and 165 deletions
|
@ -288,7 +288,7 @@ void Open9xSim::refreshDiplay()
|
|||
pinb &= ~ 0x7e;
|
||||
pinl &= ~ 0x3f; // for v4
|
||||
#if defined(PCBARM)
|
||||
PIOC->PIO_PDSR = 0xFFFFFFFF;
|
||||
PIOC->PIO_PDSR = 0xFDFFFFFF;
|
||||
PIOB->PIO_PDSR = 0xFFFFFFFF;
|
||||
PIOA->PIO_PDSR = 0xFFFFFFFF;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue