Set DebuggerDriver.c to unmatching as we still have to figure out the inling issue

This commit is contained in:
dbalatoni13 2024-11-12 22:38:27 +01:00
parent bedf7ba7b5
commit f84b74b7ff
2 changed files with 3 additions and 3 deletions

View file

@ -23,7 +23,7 @@ static u8 SendCount = 0x80;
#define IS_FALSE(x) !IS_TRUE(x)
#define ROUND_UP(x, align) (((x) + (align)-1) & (-(align)))
// TODO this matches, but there are probably no inline flags used, so the order of functions would be different that way
// TODO
void DBGEXIInit()
{