diff --git a/spi.h b/spi.h deleted file mode 100644 --- a/spi.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef SPI_H -#define SPI_H - -#include "stm32f0xx_hal_conf.h" - -void init_spi(SPI_HandleTypeDef* hspi1); - -#endif - -// vim:softtabstop=4 shiftwidth=4 expandtab