Fix header section names.

This commit is contained in:
László Monda
2017-05-23 03:12:22 +02:00
parent debe0240dc
commit f6f5a13c48
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#ifndef __BRIDGE_PROTOCOL_H__ #ifndef __BRIDGE_PROTOCOL_H__
#define __BRIDGE_PROTOCOL_H__ #define __BRIDGE_PROTOCOL_H__
// Macros: // Typedefs:
typedef enum { typedef enum {
BridgeCommand_GetKeyStates, BridgeCommand_GetKeyStates,

View File

@@ -10,7 +10,7 @@
#define MAX_KEYS_IN_MATRIX 100 #define MAX_KEYS_IN_MATRIX 100
// Type definitions: // Typedefs:
typedef struct { typedef struct {
PORT_Type *port; PORT_Type *port;