aboutsummaryrefslogtreecommitdiff
path: root/keyboards/mitosis/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/mitosis/config.h')
-rw-r--r--keyboards/mitosis/config.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/mitosis/config.h b/keyboards/mitosis/config.h
index 0e089269e..94e84e680 100644
--- a/keyboards/mitosis/config.h
+++ b/keyboards/mitosis/config.h
@@ -15,8 +15,7 @@ You should have received a copy of the GNU General Public License
15along with this program. If not, see <http://www.gnu.org/licenses/>. 15along with this program. If not, see <http://www.gnu.org/licenses/>.
16*/ 16*/
17 17
18#ifndef CONFIG_H 18#pragma once
19#define CONFIG_H
20 19
21#include "config_common.h" 20#include "config_common.h"
22 21
@@ -66,5 +65,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
66 UCSR1B = _BV(TXEN1) | _BV(RXEN1); \ 65 UCSR1B = _BV(TXEN1) | _BV(RXEN1); \
67 /* 8-bit data */ \ 66 /* 8-bit data */ \
68 UCSR1C = _BV(UCSZ11) | _BV(UCSZ10); 67 UCSR1C = _BV(UCSZ11) | _BV(UCSZ10);
69
70#endif