Allow system to power off, enable logging, change kbc logging from debug to trace

This commit is contained in:
Jeremy Soller
2019-11-23 20:02:52 -07:00
parent 0426c066b6
commit bcd480ec85
4 changed files with 120 additions and 82 deletions

View File

@ -17,7 +17,7 @@
#include <common/debug.h>
#include <common/macro.h>
static uint8_t main_cycle = 0;
uint8_t main_cycle = 0;
void external_0(void) __interrupt(0) {
TRACE("external_0\n");