summaryrefslogtreecommitdiff
path: root/zephyr/projects/volteer/include/shimmed_tasks.h
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/projects/volteer/include/shimmed_tasks.h')
-rw-r--r--zephyr/projects/volteer/include/shimmed_tasks.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/zephyr/projects/volteer/include/shimmed_tasks.h b/zephyr/projects/volteer/include/shimmed_tasks.h
index 4cdaa53879..af6ef4d20b 100644
--- a/zephyr/projects/volteer/include/shimmed_tasks.h
+++ b/zephyr/projects/volteer/include/shimmed_tasks.h
@@ -10,17 +10,13 @@
* Manually define these HAS_TASK_* defines. There is a build time assert
* to at least verify we have the minimum set defined correctly.
*/
-#define HAS_TASK_EXAMPLE 1
+#define HAS_TASK_KEYPROTO 1
/*
* Highest priority on bottom -- same as in platform/ec. List of CROS_EC_TASK
* items. See CONFIG_TASK_LIST in platform/ec's config.h for more informaiton
*/
#define CROS_EC_TASK_LIST \
- CROS_EC_TASK(EXAMPLE, example_entry, 0, 512)
-
-
-/* TODO remove once we have first shimmed volteer task */
-static inline void example_entry(void *p) {}
+ CROS_EC_TASK(KEYPROTO, keyboard_protocol_task, 0, 512)
#endif /* __CROS_EC_SHIMMED_TASKS_H */