There was no common place to track event codes used in Events intended for the shared channel using the ID MICROBIT_ID_NOTIFY. This commit adds a common place for these Event codes.master
parent
776131e4cb
commit
728604423f
@ -0,0 +1,7 @@
|
||||
#ifndef NOTIFY_EVENTS_H
|
||||
#define NOTIFY_EVENTS_H
|
||||
|
||||
#define MICROBIT_DISPLAY_EVT_FREE 1
|
||||
#define MICROBIT_SERIAL_EVT_TX_EMPTY 2
|
||||
|
||||
#endif
|
Loading…
Reference in new issue