compile fix

This commit is contained in:
folkert van heusden 2022-03-19 14:16:53 +01:00
parent 16cd77ddb6
commit 2b47ad8624

View file

@ -6,7 +6,9 @@
#include "bus.h"
#include "cpu.h"
#include "error.h"
#if defined(ESP32)
#include "esp32.h"
#endif
#include "gen.h"
#include "rk05.h"
#include "utils.h"