mirror of
https://github.com/opentx/opentx.git
synced 2025-07-20 23:05:12 +03:00
Merge of ARM branch
This commit is contained in:
parent
ea53713580
commit
30be30212c
15 changed files with 209 additions and 61 deletions
|
@ -340,7 +340,9 @@ void Open9xSim::refreshDiplay()
|
|||
static FXuint keys2[]={KEY_F8, KEY_F7, KEY_F4, KEY_F3, KEY_F6, KEY_F5, KEY_F1, KEY_F2 };
|
||||
#endif
|
||||
#if defined(PCBARM)
|
||||
PIOA->PIO_PDSR &= ~(0x00800000 | 0x01000000 | 0x00000002 | 0x00000001 );
|
||||
PIOA->PIO_PDSR |= (0x00800000 | 0x01000000 | 0x00000002 | 0x00000001);
|
||||
PIOB->PIO_PDSR |= (0x00000010);
|
||||
PIOC->PIO_PDSR |= (0x10000000 | 0x00000400 | 0x00000200);
|
||||
#elif defined(PCBV4)
|
||||
pinj = 0;
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue