Clean-up code a bit

This commit is contained in:
Jaby
2024-05-09 19:31:28 +02:00
parent 0618aa1fb7
commit afc594221c
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() {