14 lines
237 B
C
14 lines
237 B
C
|
|
/* *
|
||
|
|
* Copyright (c) CompanyNameMagicTag 2018-2019. All rights reserved.
|
||
|
|
* Description: FLASH security
|
||
|
|
*/
|
||
|
|
|
||
|
|
#ifndef __FLASH_SECURE_H__
|
||
|
|
#define __FLASH_SECURE_H__
|
||
|
|
|
||
|
|
#define U8 1
|
||
|
|
#define U32 4
|
||
|
|
#define SHA256_LEN 0x20
|
||
|
|
|
||
|
|
#endif
|