KEK/debugger.h
folkert van heusden 39952ef68b debugger in ESP32
2022-04-12 11:08:47 +02:00

4 lines
154 B
C++

#include "bus.h"
#include "console.h"
void debugger(console *const cnsl, bus *const b, std::atomic_bool *const interrupt_emulation, const bool tracing);