Files
USB4VC/firmware/apple_all/Inc/shared.h
2022-04-29 23:58:35 +01:00

11 lines
126 B
C

#ifndef __SHARED_H
#define __SHARED_H
#include "stm32f0xx_hal.h"
#include "main.h"
extern SPI_HandleTypeDef hspi1;
#endif