Remove unnecessary undefs

This commit is contained in:
BlackMark 2020-04-01 03:55:08 +02:00
parent 2999fbcbcc
commit 9d639cd955

View File

@ -119,7 +119,3 @@ char Terminal<Uart>::m_inputBuffer[INPUT_BUFFER_SIZE];
template <class Uart> template <class Uart>
uint16_t Terminal<Uart>::m_inputSize = 0; uint16_t Terminal<Uart>::m_inputSize = 0;
#undef ENDL
#undef HELP_CMD
#undef SHOW_CMD