Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/famicom-dumper-writer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'STM32_bootloader/Core/Inc/cpldwriter.h')
-rw-r--r--STM32_bootloader/Core/Inc/cpldwriter.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/STM32_bootloader/Core/Inc/cpldwriter.h b/STM32_bootloader/Core/Inc/cpldwriter.h
deleted file mode 100644
index 439946a..0000000
--- a/STM32_bootloader/Core/Inc/cpldwriter.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef INC_CPLDWRITER_H_
-#define INC_CPLDWRITER_H_
-
-#include "fatfs.h"
-
-struct udata_s {
- FIL *fil;
- uint8_t buff[SVF_BUFFER_SIZE];
- unsigned int pos;
- unsigned int size;
- int freq;
-};
-
-void write_cpld(FILINFO *svf_file);
-int find_svf_file(FILINFO *svf_file);
-
-#endif /* INC_CPLDWRITER_H_ */