aboutsummaryrefslogtreecommitdiff
path: root/src/sample/ble_bt5_peripheral/app_task.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sample/ble_bt5_peripheral/app_task.h')
-rw-r--r--src/sample/ble_bt5_peripheral/app_task.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/sample/ble_bt5_peripheral/app_task.h b/src/sample/ble_bt5_peripheral/app_task.h
new file mode 100644
index 0000000..8dfcd2a
--- /dev/null
+++ b/src/sample/ble_bt5_peripheral/app_task.h
@@ -0,0 +1,27 @@
+/**
+*****************************************************************************************
+* Copyright(c) 2017, Realtek Semiconductor Corporation. All rights reserved.
+*****************************************************************************************
+ * @file app_task.h
+ * @brief Routines to create App task and handle events & messages
+ * @author jane
+ * @date 2017-06-02
+ * @version v1.0
+ **************************************************************************************
+ * @attention
+ * <h2><center>&copy; COPYRIGHT 2017 Realtek Semiconductor Corporation</center></h2>
+ **************************************************************************************
+ */
+#ifndef _APP_TASK_H_
+#define _APP_TASK_H_
+
+extern void driver_init(void);
+
+/**
+ * @brief Initialize App task
+ * @return void
+ */
+void app_task_init(void);
+
+#endif
+