aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/quantum.c
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2020-04-02 01:49:45 +1100
committerGitHub <noreply@github.com>2020-04-01 15:49:45 +0100
commit95c5c11d0b909f14696c9c0b2dd30b3bfd406273 (patch)
treed4b8a91d15cc824efd96f7ce63c47222cb665bd3 /quantum/quantum.c
parentb6a09502c626c3a94a859ab0a61d41a41835d611 (diff)
downloadfirmware-95c5c11d0b909f14696c9c0b2dd30b3bfd406273.tar.gz
firmware-95c5c11d0b909f14696c9c0b2dd30b3bfd406273.tar.bz2
firmware-95c5c11d0b909f14696c9c0b2dd30b3bfd406273.zip
Miscellaneous cleanups (#8639)
* Miscellaneous cleanups * Cast NO_PIN
Diffstat (limited to 'quantum/quantum.c')
-rw-r--r--quantum/quantum.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/quantum/quantum.c b/quantum/quantum.c
index c857e5f7a..03b5704eb 100644
--- a/quantum/quantum.c
+++ b/quantum/quantum.c
@@ -145,10 +145,6 @@ void reset_keyboard(void) {
#ifdef HAPTIC_ENABLE
haptic_shutdown();
#endif
-// this is also done later in bootloader.c - not sure if it's neccesary here
-#ifdef BOOTLOADER_CATERINA
- *(uint16_t *)0x0800 = 0x7777; // these two are a-star-specific
-#endif
bootloader_jump();
}