annotate apis to support multiple forever blocks

This commit is contained in:
Peli de Halleux
2016-12-16 16:47:36 -08:00
parent 52e67c6bfc
commit a2755dc4d2
3 changed files with 4 additions and 4 deletions

View File

@ -121,7 +121,7 @@ namespace control {
/**
* Schedules code that run in the background.
*/
//% help=control/in-background
//% help=control/in-background blockAllowMultiple=1
//% blockId="control_in_background" block="run in background" blockGap=8
void inBackground(Action a) {
runInBackground(a);