cleanup: do not use reserved identifiers for header guards

This commit is contained in:
mcudev 2017-11-05 10:38:55 -05:00 committed by Pavol Rusnak
parent 77cc62644d
commit cc9aa8c197
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#ifndef __TREZORHAL_SECBOOL_H__
#define __TREZORHAL_SECBOOL_H__
#ifndef TREZORHAL_SECBOOL_H
#define TREZORHAL_SECBOOL_H
#include <stdint.h>