aboutsummaryrefslogtreecommitdiff
path: root/apps/systemlib/hx_stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/systemlib/hx_stream.c')
-rw-r--r--apps/systemlib/hx_stream.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/systemlib/hx_stream.c b/apps/systemlib/hx_stream.c
index e7e974998..7ee9888ea 100644
--- a/apps/systemlib/hx_stream.c
+++ b/apps/systemlib/hx_stream.c
@@ -32,8 +32,10 @@
****************************************************************************/
/**
- * @file A simple serial line framing protocol based on HDLC
- * with 32-bit CRC protection.
+ * @file hx_stream.c
+ *
+ * A simple serial line framing protocol based on HDLC
+ * with 32-bit CRC protection.
*/
#include <stdint.h>