12 lines
113 B
C
12 lines
113 B
C
#ifndef __BSP_PVD_H
|
|
#define __BSP_PVD_H
|
|
|
|
#include "stm32h7xx.h"
|
|
|
|
|
|
|
|
void PVD_Config(void);
|
|
|
|
#endif /* __PVD_H */
|
|
|