mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-29 10:58:21 +00:00
supervise: fix last commit
This commit is contained in:
parent
eba242b806
commit
3d37dd850d
@ -20,10 +20,10 @@
|
|||||||
#ifndef __SUPERVISE_H__
|
#ifndef __SUPERVISE_H__
|
||||||
#define __SUPERVISE_H__
|
#define __SUPERVISE_H__
|
||||||
|
|
||||||
#if !EMULATOR
|
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
#if !EMULATOR
|
||||||
|
|
||||||
#define SVC_FLASH_UNLOCK 0
|
#define SVC_FLASH_UNLOCK 0
|
||||||
#define SVC_FLASH_ERASE 1
|
#define SVC_FLASH_ERASE 1
|
||||||
#define SVC_FLASH_PROGRAM 2
|
#define SVC_FLASH_PROGRAM 2
|
||||||
|
Loading…
Reference in New Issue
Block a user