From 9d639cd9554d78384f5d571ecc15a3f9c38c59b0 Mon Sep 17 00:00:00 2001 From: BlackMark Date: Wed, 1 Apr 2020 03:55:08 +0200 Subject: [PATCH] Remove unnecessary undefs --- fantemp/terminal.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/fantemp/terminal.hpp b/fantemp/terminal.hpp index 467d947..dd9e017 100644 --- a/fantemp/terminal.hpp +++ b/fantemp/terminal.hpp @@ -119,7 +119,3 @@ char Terminal::m_inputBuffer[INPUT_BUFFER_SIZE]; template uint16_t Terminal::m_inputSize = 0; - -#undef ENDL -#undef HELP_CMD -#undef SHOW_CMD