Skip to content
This repository was archived by the owner on Apr 16, 2019. It is now read-only.

Commit 3d37dd8

Browse files
committed
supervise: fix last commit
1 parent eba242b commit 3d37dd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

supervise.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
#ifndef __SUPERVISE_H__
2121
#define __SUPERVISE_H__
2222

23-
#if !EMULATOR
24-
2523
#include <stdint.h>
2624

25+
#if !EMULATOR
26+
2727
#define SVC_FLASH_UNLOCK 0
2828
#define SVC_FLASH_ERASE 1
2929
#define SVC_FLASH_PROGRAM 2

0 commit comments

Comments
 (0)