summaryrefslogtreecommitdiff
path: root/firmware/target/arm/pp/system-target.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/pp/system-target.h')
-rw-r--r--firmware/target/arm/pp/system-target.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/firmware/target/arm/pp/system-target.h b/firmware/target/arm/pp/system-target.h
index 1e947195bd..b00374e40e 100644
--- a/firmware/target/arm/pp/system-target.h
+++ b/firmware/target/arm/pp/system-target.h
@@ -175,14 +175,6 @@ extern unsigned char probed_ramsize;
175int battery_default_capacity(void); 175int battery_default_capacity(void);
176#endif 176#endif
177 177
178
179#ifdef BOOTLOADER
180#if defined(TATUNG_TPJ1022)
181 /* Some targets don't like yielding in the bootloader - force
182 * yield() to return without a context switch. */
183#define YIELD_KERNEL_HOOK() true
184#endif
185
186#ifdef HAVE_BOOTLOADER_USB_MODE 178#ifdef HAVE_BOOTLOADER_USB_MODE
187void tick_stop(void); 179void tick_stop(void);
188void system_prepare_fw_start(void); 180void system_prepare_fw_start(void);