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-18 18:24:41 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-11-18 18:24:41 +0300
commit6e4e3e547ff37b08a73ff2f2aaef767ce06a1f6c (patch)
tree18b3ab89d51e8ba1dc6b270edf8ccee9445119a6
parent74d0fabd2e02bf3e334cc404a729e05b7fac83ec (diff)
Removed COMMAND_BOOTLOADER
-rw-r--r--STM32/Core/Inc/comm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/STM32/Core/Inc/comm.h b/STM32/Core/Inc/comm.h
index d480467..b585ccf 100644
--- a/STM32/Core/Inc/comm.h
+++ b/STM32/Core/Inc/comm.h
@@ -55,7 +55,6 @@
#define COMMAND_UNROM512_ERASE_REQUEST 60
#define COMMAND_UNROM512_WRITE_REQUEST 61
-#define COMMAND_BOOTLOADER 0xFE
#define COMMAND_DEBUG 0xFF
void comm_init();