9 lines
99 B
C
9 lines
99 B
C
|
#ifndef FPGA_H
|
||
|
#define FPGA_H
|
||
|
|
||
|
#include "user_main.h"
|
||
|
|
||
|
void flash_fpga();
|
||
|
void read_fsmc();
|
||
|
|
||
|
#endif
|