get it to atleast finish a scan without shitting itself

This commit is contained in:
Arisotura
2020-06-15 14:35:02 +02:00
parent 3fde8411a7
commit c6dc5dfc4b
3 changed files with 69 additions and 14 deletions

View File

@ -37,7 +37,7 @@ public:
void SetIRQ_F1_Counter(u32 n);
void CheckRX();
void _MSTimer();
static void MSTimer(u32 param);
@ -125,6 +125,7 @@ private:
u32 BootPhase;
u32 ErrorMask;
u32 ScanTimer;
u8 RXBuffer[2048];
};