1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-25 17:09:44 +00:00

supervise: fix last commit

This commit is contained in:
Pavol Rusnak 2019-03-29 17:20:01 +01:00
parent eba242b806
commit 3d37dd850d
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -20,10 +20,10 @@
#ifndef __SUPERVISE_H__
#define __SUPERVISE_H__
#if !EMULATOR
#include <stdint.h>
#if !EMULATOR
#define SVC_FLASH_UNLOCK 0
#define SVC_FLASH_ERASE 1
#define SVC_FLASH_PROGRAM 2