From 32a92789b3b44775fe26f4cd72cbbe8cba96d5d3 Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Fri, 6 Sep 2019 05:23:48 -0700 Subject: [PATCH] fix battery block comment --- libs/core/battery.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/core/battery.ts b/libs/core/battery.ts index 36a06733..dc26f5fb 100644 --- a/libs/core/battery.ts +++ b/libs/core/battery.ts @@ -1,6 +1,6 @@ const enum BatteryProperty { - //% level (%) + //% block="level (%)" Level, //% block="current (I)" Current,