Skip to content

Commit

Permalink
Revert for the face alias removal, for v0.2.63 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnVidler committed Nov 6, 2023
1 parent bdfbd6a commit 06a8f96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions model/MicroBitIO.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ MicroBitIO::MicroBitIO(NRF52ADC &a, TouchSensor &s) :
col4(P6),
col5(P10),
buttonA(P5),
buttonB(P11)//,
//face(logo)
buttonB(P11),
face(logo)
{
pins = 33;
NRF52Pin::adc = &a;
Expand Down
2 changes: 1 addition & 1 deletion model/MicroBitIO.h
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ namespace codal
NRF52Pin& col5;
NRF52Pin& buttonA;
NRF52Pin& buttonB;
//NRF52Pin& face; // Temporary compat for MakeCode extension. Delete ASAP.
NRF52Pin& face; // Temporary compat for MakeCode extension. Delete ASAP.


/**
Expand Down

0 comments on commit 06a8f96

Please sign in to comment.