1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 01:05:27 +03:00

PICO: Minor file rename (removing misc_todo.c)

This commit is contained in:
blckmn 2025-01-11 04:09:47 +11:00
parent cbe83af5aa
commit 51828fa9a6
4 changed files with 53 additions and 11 deletions

View file

@ -37,6 +37,11 @@
#include "hardware/spi.h"
#include "hardware/gpio.h"
void spiPinConfigure(const struct spiPinConfig_s *pConfig)
{
UNUSED(pConfig);
}
void spiInitDevice(SPIDevice device)
{
//TODO: implement