Fix #ifdef macro names to be in sync with header filenames.

This commit is contained in:
László Monda
2017-05-23 03:08:31 +02:00
parent 54deb41e6c
commit debe0240dc
9 changed files with 17 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
#ifndef __INIT_H__
#define __INIT_H__
#ifndef __INIT_PERIPHERALS_H__
#define __INIT_PERIPHERALS_H__
// Macros:

View File

@@ -1,5 +1,5 @@
#ifndef __UHK_ACTION_H_
#define __UHK_ACTION_H_
#ifndef __ACTION_H__
#define __ACTION_H__
#include <stdint.h>
#include "lufa/HIDClassCommon.h"

View File

@@ -1,5 +1,5 @@
#ifndef __CURRENT_KEYMAP_H_
#define __CURRENT_KEYMAP_H_
#ifndef __CURRENT_KEYMAP_H__
#define __CURRENT_KEYMAP_H__
// Includes:

View File

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

View File

@@ -1,5 +1,5 @@
#ifndef __I2C_WATCHDOG_H_
#define __I2C_WATCHDOG_H_
#ifndef __I2C_WATCHDOG_H__
#define __I2C_WATCHDOG_H__
// Functions:

View File

@@ -1,5 +1,5 @@
#ifndef __INIT_H__
#define __INIT_H__
#ifndef __INIT_PERIPHERALS_H__
#define __INIT_PERIPHERALS_H__
#include "fsl_common.h"

View File

@@ -1,5 +1,5 @@
#ifndef __TEST_STATES__
#define __TEST_STATES__
#ifndef __TEST_STATES_H__
#define __TEST_STATES_H__
// Typedefs:

View File

@@ -1,5 +1,5 @@
#ifndef __USB_REPORT_ITEM_MACROS__
#define __USB_REPORT_ITEM_MACROS__
#ifndef __USB_API_H__
#define __USB_API_H__
// Includes:

View File

@@ -1,5 +1,5 @@
#ifndef __BRIDGE_PROTOCOL__
#define __BRIDGE_PROTOCOL__
#ifndef __BRIDGE_PROTOCOL_H__
#define __BRIDGE_PROTOCOL_H__
// Macros: