updated enum annotation to support patching

This commit is contained in:
Peli de Halleux
2016-03-28 22:16:07 -07:00
parent 715de4dff9
commit 664b841b1c
5 changed files with 96 additions and 96 deletions

View File

@ -1,7 +1,7 @@
enum DisplayMode {
//% enumval=0 blockId="black and white"
//% enumval=0 block="black and white"
BackAndWhite,
//% enumval=1 blockId="greyscale"
//% enumval=1 block="greyscale"
Greyscale,
}