remove hw_available_fpc_usart_btaddon

This commit is contained in:
Philippe Teuwen 2019-05-08 00:06:12 +02:00
commit 6401452eb6
2 changed files with 0 additions and 7 deletions

View file

@ -461,11 +461,8 @@ void SendCapabilities(void) {
#endif
#ifdef WITH_FPC_USART_HOST
capabilities.compiled_with_fpc_usart_host = true;
// TODO
capabilities.hw_available_fpc_usart_btaddon = true;
#else
capabilities.compiled_with_fpc_usart_host = false;
capabilities.hw_available_fpc_usart_btaddon = false;
#endif
#ifdef WITH_LF
capabilities.compiled_with_lf = true;