git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3789 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
58f1fe92ee
commit
bff048984e
|
@ -94,7 +94,7 @@ void boardInit(void) {
|
|||
palSetGroupMode(IOPORT1,
|
||||
PIOA_B1_MASK | PIOA_B2_MASK | PIOA_B3_MASK |
|
||||
PIOA_B4_MASK | PIOA_B5_MASK,
|
||||
0
|
||||
0,
|
||||
PAL_MODE_INPUT);
|
||||
palSetGroupMode(IOPORT2, PIOB_SW1_MASK | PIOB_SW2_MASK, 0, PAL_MODE_INPUT);
|
||||
|
||||
|
|
Loading…
Reference in New Issue