extended uart com if

This commit is contained in:
2021-06-16 19:19:45 +02:00
parent c0287eb4a6
commit 78e996b2be
4 changed files with 144 additions and 62 deletions

View File

@ -98,6 +98,7 @@ private:
void configureBaudrate(struct termios* options, UartCookie* uartCookie);
void setUartMode(struct termios* options, UartCookie& uartCookie);
};
#endif /* BSP_Q7S_COMIF_UARTCOMIF_H_ */