Remove unused register definition

This commit is contained in:
Jeremy Soller
2019-11-21 11:04:16 -07:00
parent 90f9a9d37d
commit 6585f917c2

View File

@ -33,8 +33,6 @@ enum PmcState {
PMC_STATE_WRITE,
};
static uint8_t __xdata __at(0x1F07) EWDKEYR;
static void pmc_event(struct Pmc * pmc) {
static enum PmcState state = PMC_STATE_DEFAULT;