add version string at poweron, also check for poweroff keys in interrupt

This commit is contained in:
Jeff Wang
2019-04-05 00:47:07 -04:00
parent 8af9701e15
commit ee917a71e5
2 changed files with 7 additions and 2 deletions

View File

@ -16,7 +16,6 @@ extern "C" {
void KeyInit(void);
void KeyScan(void);
const uint32_t GetNewKeys(void);
#ifdef DEBUG_KEYS
const uint8_t* DebugGetKeys(void);