diff options
Diffstat (limited to 'src/gos/gos_zephyr.h')
-rw-r--r-- | src/gos/gos_zephyr.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gos/gos_zephyr.h b/src/gos/gos_zephyr.h index c832c0c1..55ef1e35 100644 --- a/src/gos/gos_zephyr.h +++ b/src/gos/gos_zephyr.h @@ -5,6 +5,12 @@ * http://ugfx.io/license.html
*/
+/**
+ * @file src/gos/gos_zepyhr.h
+ * @brief GOS - Operating System Support header file for Zephyr RTOS.
+ * Zephyr SDK 0.9.1
+ */
+
#ifndef _GOS_ZEPHYR_H
#define _GOS_ZEPHYR_H
|