From 0657b7584ceffa63949cc852796d915517018bde Mon Sep 17 00:00:00 2001 From: Alexandre Dumont aka Adlx Date: Sat, 25 Jul 2020 19:08:09 +0200 Subject: [PATCH] Remove extra in BCPins.Red definition. --- bitcommander.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitcommander.ts b/bitcommander.ts index 78aabe5..2802a56 100644 --- a/bitcommander.ts +++ b/bitcommander.ts @@ -1,9 +1,9 @@ -/** +/** * Pins used to generate events */ enum BCPins { //% block="red" - Red = DAL.MICROBIT_ID_IO_P12, + Red = DAL.MICROBIT_ID_IO_P12, //% block="yellow" Yellow = DAL.MICROBIT_ID_IO_P16, //% block="green"