Remove unnecessary undefs
This commit is contained in:
parent
2999fbcbcc
commit
9d639cd955
@ -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
|
|
||||||
|
Loading…
Reference in New Issue
Block a user