mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-07 09:55:45 +00:00
9 lines
195 B
C
9 lines
195 B
C
#include "stm32l0xx_hal.h"
|
|
|
|
extern SPI_HandleTypeDef hspi1;
|
|
extern DMA_HandleTypeDef hdma_spi1_rx;
|
|
extern DMA_HandleTypeDef hdma_spi1_tx;
|
|
extern UART_HandleTypeDef huart2;
|
|
|
|
void port_main(void);
|