mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-18 21:48:13 +00:00
cleanup: do not use reserved identifiers for header guards
This commit is contained in:
parent
77cc62644d
commit
cc9aa8c197
@ -1,5 +1,5 @@
|
||||
#ifndef __TREZORHAL_SECBOOL_H__
|
||||
#define __TREZORHAL_SECBOOL_H__
|
||||
#ifndef TREZORHAL_SECBOOL_H
|
||||
#define TREZORHAL_SECBOOL_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user