Changed serial mouse reset code to send two 'M' ID bytes; fixes #5
This commit is contained in:
parent
ebf6933536
commit
7908dcfda0
18 changed files with 1156 additions and 1246 deletions
|
|
@ -46,6 +46,8 @@
|
|||
DEBUGGER = false;
|
||||
|
||||
/*
|
||||
* We still need a Debugger "stub" object, so that attempts to reference Debugger constants won't trigger exceptions.
|
||||
* We still need some Debugger "stub" objects, so that attempts to reference Debugger constants won't trigger exceptions.
|
||||
*/
|
||||
var Debugger = {};
|
||||
var Debugger = {
|
||||
MESSAGE: {}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue