Syrostan-MCU-C/Core/Inc/User/fpga.h

9 lines
99 B
C

#ifndef FPGA_H
#define FPGA_H
#include "user_main.h"
void flash_fpga();
void read_fsmc();
#endif