#include "test_harness.h" #include "core/spi.h" TEST(spi, smoke) { __IO spi_t* spi = &SPI1; spi->s_r = 1; return 0; }