aboutsummaryrefslogtreecommitdiffstats
path: root/src/lpc176x/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lpc176x/main.c')
-rw-r--r--src/lpc176x/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lpc176x/main.c b/src/lpc176x/main.c
index 19a166dc..7fd05c5d 100644
--- a/src/lpc176x/main.c
+++ b/src/lpc176x/main.c
@@ -44,7 +44,7 @@ DECL_INIT(watchdog_init);
void
bootloader_request(void)
{
- if (!CONFIG_FLASH_START)
+ if (!CONFIG_FLASH_APPLICATION_ADDRESS)
return;
try_request_canboot();
// Disable USB and pause for 5ms so host recognizes a disconnect