1861st.c (236B)
- // Copyright 2022 Nick Brassel (@tzarc)
- // SPDX-License-Identifier: GPL-2.0-or-later
- #include "quantum.h"
- void bootloader_jump(void) {
- // TODO: Work out how to jump to LDROM, for now just reset the board.
- NVIC_SystemReset();
- }
git clone https://anongit.hacktivis.me/git/qmk_firmware.git
1861st.c (236B)
- // Copyright 2022 Nick Brassel (@tzarc)
- // SPDX-License-Identifier: GPL-2.0-or-later
- #include "quantum.h"
- void bootloader_jump(void) {
- // TODO: Work out how to jump to LDROM, for now just reset the board.
- NVIC_SystemReset();
- }