upated to 0.1.7. fixing rename issues

This commit is contained in:
Peli de Halleux
2016-04-14 14:29:28 -07:00
parent 9a50050f7c
commit 10e3fdf007
5 changed files with 7 additions and 15 deletions

View File

@ -119,10 +119,6 @@ declare namespace input {
* MicroBitEvent is initialised, and no further processing takes place.
*/
CreateOnly = 0, // CREATE_ONLY
/**
* MicroBitEvent is initialised, and queued on the MicroBitMessageBus.
*/
CreateAndQueue = 1, // CREATE_AND_QUEUE
/**
* MicroBitEvent is initialised, and its event handlers are immediately fired (not suitable for use in interrupts!).
*/