diff options
Diffstat (limited to 'tmk_core/protocol/m0110.h')
-rw-r--r-- | tmk_core/protocol/m0110.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tmk_core/protocol/m0110.h b/tmk_core/protocol/m0110.h index 3f9686b0d..63ff3e90e 100644 --- a/tmk_core/protocol/m0110.h +++ b/tmk_core/protocol/m0110.h | |||
@@ -35,8 +35,7 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | |||
35 | POSSIBILITY OF SUCH DAMAGE. | 35 | POSSIBILITY OF SUCH DAMAGE. |
36 | */ | 36 | */ |
37 | 37 | ||
38 | #ifndef M0110_H | 38 | #pragma once |
39 | #define M0110_H | ||
40 | 39 | ||
41 | /* port settings for clock and data line */ | 40 | /* port settings for clock and data line */ |
42 | #if !(defined(M0110_CLOCK_PORT) && defined(M0110_CLOCK_PIN) && defined(M0110_CLOCK_DDR) && defined(M0110_CLOCK_BIT)) | 41 | #if !(defined(M0110_CLOCK_PORT) && defined(M0110_CLOCK_PIN) && defined(M0110_CLOCK_DDR) && defined(M0110_CLOCK_BIT)) |
@@ -80,5 +79,3 @@ uint8_t m0110_recv(void); | |||
80 | uint8_t m0110_recv_key(void); | 79 | uint8_t m0110_recv_key(void); |
81 | uint8_t m0110_inquiry(void); | 80 | uint8_t m0110_inquiry(void); |
82 | uint8_t m0110_instant(void); | 81 | uint8_t m0110_instant(void); |
83 | |||
84 | #endif | ||