add bsp_spi

This commit is contained in:
TuxMonkey
2025-11-04 22:02:49 +08:00
parent 183cc81446
commit cdc462789f
6 changed files with 16 additions and 23 deletions

View File

@@ -1,5 +1,5 @@
#ifndef ws2812Task_H
#define ws2812Task_H
#ifndef ws2812status_H
#define ws2812status_H
/*---------------------INCLUDES----------------------*/
#include "main.h"
@@ -24,5 +24,4 @@ void BlinkCyan(void);
void BlinkPurple(void);
#endif