Fix header section names.
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user