Clean-up code a bit

This commit is contained in:
2024-05-09 19:31:28 +02:00
parent 058ce5448c
commit dcacbd9c24
2 changed files with 2 additions and 5 deletions

View File

@@ -4,9 +4,8 @@
namespace JabyEngine {
namespace CD {
namespace internal {
extern State current_state;
extern CD_IO::Interrupt::Type last_interrupt;
extern uint8_t cmd_interrupt_bit;
extern State current_state;
extern uint8_t cmd_interrupt_bit;
struct Command {
static void wait_completed() {