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:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-11-02 19:33:43 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-11-02 19:33:43 +0300
commit9592793cf73e40ef716291a8b38b16430c1b62f4 (patch)
tree67cb092227f66c5800db20dad94ce546e7dd1981
parent9962be0f6ae9e745bdc571359485aa688f6210c1 (diff)
New board version tag
-rw-r--r--STM32_bootloader/Core/Inc/bootloader.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/STM32_bootloader/Core/Inc/bootloader.h b/STM32_bootloader/Core/Inc/bootloader.h
index 4b513d6..7206cc3 100644
--- a/STM32_bootloader/Core/Inc/bootloader.h
+++ b/STM32_bootloader/Core/Inc/bootloader.h
@@ -3,7 +3,7 @@
// Version of the PCB
#define HARDWARE_VERSION_MAJOR 3
-#define HARDWARE_VERSION_MINOR 1
+#define HARDWARE_VERSION_MINOR 2
#define HARDWARE_VERSION_SUFFIX 0
#define HARDWARE_VERSION_ADDRESS 0x08070000 - 2048
@@ -21,4 +21,3 @@
#define SVF_BUFFER_SIZE 2048
#endif
-