From ee1860315df5c0f0a9eb3a44b9df460a9a12836f Mon Sep 17 00:00:00 2001 From: Ryan Date: Thu, 2 Apr 2020 01:49:45 +1100 Subject: Miscellaneous cleanups (#8639) * Miscellaneous cleanups * Cast NO_PIN --- quantum/quantum.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'quantum/quantum.c') diff --git a/quantum/quantum.c b/quantum/quantum.c index 354fa480bb..c67eb9b6cb 100644 --- a/quantum/quantum.c +++ b/quantum/quantum.c @@ -141,10 +141,6 @@ void reset_keyboard(void) { #endif #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(); } -- cgit v1.2.3