From d210f46983d7a4a4786313ee53a9ab6b0218ff94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Fri, 22 Sep 2017 02:00:40 +0200 Subject: [PATCH] Update guard macro name. --- shared/bootloader.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shared/bootloader.h b/shared/bootloader.h index 108549a..fd66a5f 100644 --- a/shared/bootloader.h +++ b/shared/bootloader.h @@ -1,5 +1,5 @@ -#ifndef __KBOOT_H__ -#define __KBOOT_H__ +#ifndef __BOOTLOADER_H__ +#define __BOOTLOADER_H__ // Includes: