Assorted RTC and Debugger improvements
All three types of RTC interrupts (Periodic, Alarm and Update) should be supported now
This commit is contained in:
parent
043ddb678f
commit
851b077957
8 changed files with 307 additions and 116 deletions
|
|
@ -728,11 +728,6 @@ Component.prototype = {
|
|||
} catch(e) {}
|
||||
return;
|
||||
}
|
||||
/*
|
||||
* If there's no Debugger, or the current component didn't bother saving a reference to the Debugger
|
||||
* (eg, in its initBus() handler), then this component-level assert() the same as the class-level assert(),
|
||||
* except for the (slightly) more detailed log() message.
|
||||
*/
|
||||
this.log(s);
|
||||
throw new Error(s);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue