From 61dd0075b2a3c9817debab95c219c2a088027e45 Mon Sep 17 00:00:00 2001 From: Michal Moskal Date: Tue, 29 Mar 2016 19:13:46 -0700 Subject: [PATCH] Fix build --- libs/microbit/control.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/microbit/control.ts b/libs/microbit/control.ts index f8112492..6017ad6f 100644 --- a/libs/microbit/control.ts +++ b/libs/microbit/control.ts @@ -214,7 +214,7 @@ namespace control { * @param value Component specific code indicating the cause of the event. * @param mode optional definition of how the event should be processed after construction (default is CREATE_AND_QUEUE). */ - //% shim=micro_bit::busRaiseEvent + // shim=micro_bit::busRaiseEvent //% weight=21 blockGap=12 blockId="control_raise_event" block="raise event|from source %src=control_event_source|with value %value=control_event_value" blockExternalInputs=1 export function raiseEvent(src: number, value: number, mode: EventCreationMode = EventCreationMode.CreateAndQueue): void { }