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:
parent
cbe83af5aa
commit
51828fa9a6
4 changed files with 53 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue