Добавлена шапка для com.c

This commit is contained in:
Aren Elchinyan 2024-01-31 20:56:56 +03:00
parent 70d722deee
commit 176fe9b66b
1 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,11 @@
/**
* com.c
* последовательный порт
*
* Функционал получения и записи информации в последовательный порт
*
*/
#include <arch.h> #include <arch.h>
static inline int com_is_transmit_empty(uint16_t com) { static inline int com_is_transmit_empty(uint16_t com) {