From 5feda96248964043406eb36a98e729c50db2cc34 Mon Sep 17 00:00:00 2001 From: "Tom Ball (MSR)" Date: Fri, 22 Mar 2024 07:16:46 -0700 Subject: [PATCH] remove comments --- libs/hw---n3/config.ts | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/libs/hw---n3/config.ts b/libs/hw---n3/config.ts index 2bb53b75fb6..9698f709f4e 100644 --- a/libs/hw---n3/config.ts +++ b/libs/hw---n3/config.ts @@ -54,19 +54,6 @@ namespace config { export const PIN_P16 = DAL.P1_2 export const PIN_P19 = DAL.P0_26 export const PIN_P20 = DAL.P1_0 - - //% fixedInstance shim=pxt::lookupPinCfg(CFG_PIN_P21) - //% fixedInstance shim=pxt::lookupPinCfg(CFG_PIN_P22) - //% fixedInstance shim=pxt::lookupPinCfg(CFG_PIN_P23) - //% fixedInstance shim=pxt::lookupPinCfg(CFG_PIN_P24) - //% fixedInstance shim=pxt::lookupPinCfg(CFG_PIN_P25) - //% fixedInstance shim=pxt::lookupPinCfg(CFG_PIN_P26) - //% fixedInstance shim=pxt::lookupPinCfg(CFG_PIN_P27) - //% fixedInstance shim=pxt::lookupPinCfg(CFG_PIN_P28) - //% fixedInstance shim=pxt::lookupPinCfg(CFG_PIN_P29) - //% fixedInstance shim=pxt::lookupPinCfg(CFG_PIN_P30) - //% fixedInstance shim=pxt::lookupPinCfg(CFG_PIN_P31) - }