cleanup: do not use reserved identifiers for header guards

pull/25/head
mcudev 7 years ago committed by Pavol Rusnak
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…
Cancel
Save