Add missing control stuff

This commit is contained in:
Michal Moskal
2016-04-02 20:47:27 -07:00
parent bd09754466
commit 5d40750542
2 changed files with 11 additions and 3 deletions

View File

@ -157,7 +157,6 @@ namespace control {
//% weight=20 blockGap=8 blockId="control_on_event" block="on event|from %src=control_event_source|with value %value=control_event_value"
//% blockExternalInputs=1 blockStatement=1
void onEvent(int src, int value, Action handler) {
// not exposed yet
// bitvm::registerWithDal(src, value, handler);
registerWithDal(src, value, handler);
}
}