Re-generate for new DAL

This commit is contained in:
Michal Moskal
2016-04-14 17:58:10 -07:00
parent 10e3fdf007
commit b9f17c3143
3 changed files with 182 additions and 158 deletions

View File

@ -122,7 +122,7 @@ declare namespace input {
/**
* MicroBitEvent is initialised, and its event handlers are immediately fired (not suitable for use in interrupts!).
*/
CreateAndFire = 2, // CREATE_AND_FIRE
CreateAndFire = 1, // CREATE_AND_FIRE
}