#include "spi_pointers.h" #include "main.h" #include "debug.h" uint8_t *spi_proto_globals8[] = { }; uint16_t *spi_proto_globals16[] = { }; funptr_t spi_proto_funcs[] = { &dbg_getchar };