summaryrefslogtreecommitdiff
path: root/test/usb_typec_ctvpd.tasklist
diff options
context:
space:
mode:
authorTom Hughes <tomhughes@chromium.org>2019-06-18 10:47:22 -0700
committerCommit Bot <commit-bot@chromium.org>2019-06-19 02:55:06 +0000
commit2d828d33a460abe1daaf29d5ff364132dfe7aca5 (patch)
treefaff47696415b0d7d6d39d06ffdc06bf214d88ae /test/usb_typec_ctvpd.tasklist
parent7e80ddc5177af46cc8defc2741f4e9590b97cbbb (diff)
downloadchrome-ec-2d828d33a460abe1daaf29d5ff364132dfe7aca5.tar.gz
ec.tasklist: Consolidate duplicate comments
Same as https://crrev.com/c/1551579, but clean up some files with the old comments that have been added since that change. BRANCH=none BUG=none TEST=make buildall -j Change-Id: I4bc7fdc7cb128c48545ea681ab1381610d54fb6d Signed-off-by: Tom Hughes <tomhughes@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1664604 Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org>
Diffstat (limited to 'test/usb_typec_ctvpd.tasklist')
-rw-r--r--test/usb_typec_ctvpd.tasklist10
1 files changed, 1 insertions, 9 deletions
diff --git a/test/usb_typec_ctvpd.tasklist b/test/usb_typec_ctvpd.tasklist
index a82176f5dc..eb41326e3e 100644
--- a/test/usb_typec_ctvpd.tasklist
+++ b/test/usb_typec_ctvpd.tasklist
@@ -4,15 +4,7 @@
*/
/**
- * List of enabled tasks in the priority order
- *
- * The first one has the lowest priority.
- *
- * For each task, use the macro TASK_TEST(n, r, d, s) where :
- * 'n' in the name of the task
- * 'r' in the main routine of the task
- * 'd' in an opaque parameter passed to the routine at startup
- * 's' is the stack size in bytes; must be a multiple of 8
+ * See CONFIG_TEST_TASK_LIST in config.h for details.
*/
#define CONFIG_TEST_TASK_LIST \
TASK_TEST(PD_C0, pd_task, NULL, LARGER_TASK_STACK_SIZE)