summaryrefslogtreecommitdiff
path: root/keyboards/handwired/not_so_minidox/serial.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/not_so_minidox/serial.h')
-rw-r--r--keyboards/handwired/not_so_minidox/serial.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/handwired/not_so_minidox/serial.h b/keyboards/handwired/not_so_minidox/serial.h
index 15fe4db7b4..28fcc56ce7 100644
--- a/keyboards/handwired/not_so_minidox/serial.h
+++ b/keyboards/handwired/not_so_minidox/serial.h
@@ -1,5 +1,4 @@
-#ifndef MY_SERIAL_H
-#define MY_SERIAL_H
+#pragma once
#include "config.h"
#include <stdbool.h>
@@ -22,5 +21,3 @@ void serial_master_init(void);
void serial_slave_init(void);
int serial_update_buffers(void);
bool serial_slave_data_corrupt(void);
-
-#endif