aboutsummaryrefslogtreecommitdiff
path: root/include/stm-init.h
blob: fdf7dd0704313fcc0ca5efcdc670a9325c7292a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef __STM_INIT_H
#define __STM_INIT_H

#include "stm32f4xx_hal.h"

extern void stm_init(void);
extern void Error_Handler(void);

#endif /* __STM_INIT_H */