Fix #ifdef macro names to be in sync with header filenames.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef __INIT_H__
|
||||
#define __INIT_H__
|
||||
#ifndef __INIT_PERIPHERALS_H__
|
||||
#define __INIT_PERIPHERALS_H__
|
||||
|
||||
// Macros:
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef __CURRENT_KEYMAP_H_
|
||||
#define __CURRENT_KEYMAP_H_
|
||||
#ifndef __CURRENT_KEYMAP_H__
|
||||
#define __CURRENT_KEYMAP_H__
|
||||
|
||||
// Includes:
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef __DESERIALIZE_H__
|
||||
#define __DESERIALIZE_H__ 1
|
||||
#define __DESERIALIZE_H__
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef __I2C_WATCHDOG_H_
|
||||
#define __I2C_WATCHDOG_H_
|
||||
#ifndef __I2C_WATCHDOG_H__
|
||||
#define __I2C_WATCHDOG_H__
|
||||
|
||||
// Functions:
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef __INIT_H__
|
||||
#define __INIT_H__
|
||||
#ifndef __INIT_PERIPHERALS_H__
|
||||
#define __INIT_PERIPHERALS_H__
|
||||
|
||||
#include "fsl_common.h"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef __TEST_STATES__
|
||||
#define __TEST_STATES__
|
||||
#ifndef __TEST_STATES_H__
|
||||
#define __TEST_STATES_H__
|
||||
|
||||
// Typedefs:
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef __USB_REPORT_ITEM_MACROS__
|
||||
#define __USB_REPORT_ITEM_MACROS__
|
||||
#ifndef __USB_API_H__
|
||||
#define __USB_API_H__
|
||||
|
||||
// Includes:
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef __BRIDGE_PROTOCOL__
|
||||
#define __BRIDGE_PROTOCOL__
|
||||
#ifndef __BRIDGE_PROTOCOL_H__
|
||||
#define __BRIDGE_PROTOCOL_H__
|
||||
|
||||
// Macros:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user