mirror of
https://github.com/dekuNukem/USB4VC.git
synced 2025-10-31 11:26:46 -07:00
11 lines
126 B
C
11 lines
126 B
C
#ifndef __SHARED_H
|
|
#define __SHARED_H
|
|
|
|
#include "stm32f0xx_hal.h"
|
|
#include "main.h"
|
|
|
|
extern SPI_HandleTypeDef hspi1;
|
|
|
|
|
|
#endif
|