mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-31 17:53:34 -07:00
8b6e7fd4ae
* sd card spi 2 fix, add spi mgr
7 lines
175 B
C
7 lines
175 B
C
#pragma once
|
|
#include "main.h"
|
|
#include <cmsis_os.h>
|
|
|
|
void api_hal_spi_init();
|
|
void api_hal_spi_lock(SPI_HandleTypeDef* spi);
|
|
void api_hal_spi_unlock(SPI_HandleTypeDef* spi);
|