From f6f5a13c48148a8cf0bed6c608d24b11e42b4f62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Tue, 23 May 2017 03:12:22 +0200 Subject: [PATCH] Fix header section names. --- shared/bridge_protocol.h | 2 +- shared/key_matrix.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/shared/bridge_protocol.h b/shared/bridge_protocol.h index b3ec78a..8a865c1 100644 --- a/shared/bridge_protocol.h +++ b/shared/bridge_protocol.h @@ -1,7 +1,7 @@ #ifndef __BRIDGE_PROTOCOL_H__ #define __BRIDGE_PROTOCOL_H__ -// Macros: +// Typedefs: typedef enum { BridgeCommand_GetKeyStates, diff --git a/shared/key_matrix.h b/shared/key_matrix.h index 1665999..6b2b753 100644 --- a/shared/key_matrix.h +++ b/shared/key_matrix.h @@ -10,7 +10,7 @@ #define MAX_KEYS_IN_MATRIX 100 -// Type definitions: +// Typedefs: typedef struct { PORT_Type *port;