Skip to content

Commit

Permalink
fix very experimental branch
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianhugo committed Jun 25, 2024
1 parent 89dc9b9 commit 1dfb479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/MicroBit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ MicroBit::MicroBit() :
io(adc, touchSensor),
serial(io.usbTx, io.usbRx, NRF_UARTE0),
_i2c(io.sda, io.scl),
i2c(io.P20, io.P20),
i2c(io.P20, io.P19),
power(_i2c, io, systemTimer),
flash(_i2c, io, power),
internalFlash(MICROBIT_STORAGE_PAGE, 1, MICROBIT_CODEPAGESIZE),
Expand Down

0 comments on commit 1dfb479

Please sign in to comment.