mirror of
https://github.com/jhbruhn/eurorack.git
synced 2025-03-15 02:55:49 +00:00
8 lines
140 B
C
8 lines
140 B
C
#pragma once
|
|
|
|
#include <stm32f3xx_hal.h>
|
|
|
|
extern IWDG_HandleTypeDef hiwdg;
|
|
extern TIM_HandleTypeDef htim2;
|
|
extern SPI_HandleTypeDef hspi2;
|
|
|