UltimateHackingKeyboard / firmware

Ultimate Hacking Keyboard firmware
Other
420 stars 66 forks source link

Remove remaining register code. #720

Closed kareltucek closed 1 year ago

mondalaci commented 1 year ago
/home/laci/projects/firmware/right/src/macros/commands.c: In function 'processRepeatForCommand':
/home/laci/projects/firmware/right/src/macros/commands.c:1439:27: warning: implicit declaration of function 'validReg' [-Wimplicit-function-declaration]
 1439 |         bool regIsValid = validReg(idx, ctx->at);
      |                           ^~~~~~~~
/home/laci/projects/firmware/right/src/macros/commands.c:1444:17: error: 'regs' undeclared (first use in this function)
 1444 |             if (regs[idx] > 0) {
      |                 ^~~~
/home/laci/projects/firmware/right/src/macros/commands.c:1444:17: note: each undeclared identifier is reported only once for each function it appears in
make: *** [../../scripts/Makedefs.mk:220: build_make//home/laci/projects/firmware/right/src/macros/commands.o] Error 1
kareltucek commented 1 year ago

Fixed.