Merge pull request #14 from microbit-sam/remove-int-io

Remove int1,2,3
master
Joe Finney 2018-11-23 14:01:57 +00:00 committed by GitHub
commit d0d3752756
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -78,8 +78,7 @@ MicroBit::MicroBit() :
MICROBIT_ID_IO_P9,MICROBIT_ID_IO_P10,MICROBIT_ID_IO_P11,
MICROBIT_ID_IO_P12,MICROBIT_ID_IO_P13,MICROBIT_ID_IO_P14,
MICROBIT_ID_IO_P15,MICROBIT_ID_IO_P16,MICROBIT_ID_IO_P19,
MICROBIT_ID_IO_P20, MICROBIT_ID_IO_INT1, MICROBIT_ID_IO_INT2,
MICROBIT_ID_IO_INT3),
MICROBIT_ID_IO_P20),
bleManager(storage),
radio(),
ble(NULL)