From 3d37dd850d5188048df0f02dd4e6a1f4435f3687 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Fri, 29 Mar 2019 17:20:01 +0100 Subject: [PATCH] supervise: fix last commit --- supervise.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/supervise.h b/supervise.h index 6b7bed1c8f..db889a58ad 100644 --- a/supervise.h +++ b/supervise.h @@ -20,10 +20,10 @@ #ifndef __SUPERVISE_H__ #define __SUPERVISE_H__ -#if !EMULATOR - #include +#if !EMULATOR + #define SVC_FLASH_UNLOCK 0 #define SVC_FLASH_ERASE 1 #define SVC_FLASH_PROGRAM 2