updating to latest pxt

This commit is contained in:
Peli de Halleux
2017-11-09 10:24:12 -08:00
parent 387ad763f8
commit 170e6b700b
4 changed files with 9 additions and 8 deletions

View File

@ -352,7 +352,8 @@ void raiseEvent(int id, int event) {
pthread_mutex_unlock(&eventMutex);
}
void registerWithDal(int id, int event, Action a) {
void registerWithDal(int id, int event, Action a, int flags) {
// TODO support flags
setBinding(id, event, a);
}