From 06a8f96ed453b4bcac6012cd6d04eacb9e3e65eb Mon Sep 17 00:00:00 2001 From: Dr John Vidler Date: Mon, 6 Nov 2023 16:07:39 +0000 Subject: [PATCH] Revert for the face alias removal, for v0.2.63 release --- model/MicroBitIO.cpp | 4 ++-- model/MicroBitIO.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/model/MicroBitIO.cpp b/model/MicroBitIO.cpp index 96a6d710..aa680dd9 100644 --- a/model/MicroBitIO.cpp +++ b/model/MicroBitIO.cpp @@ -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; diff --git a/model/MicroBitIO.h b/model/MicroBitIO.h index a8b9b169..a3cda84c 100644 --- a/model/MicroBitIO.h +++ b/model/MicroBitIO.h @@ -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. /**