summaryrefslogtreecommitdiff
path: root/board/nucleo-dartmonkey/ec.tasklist
blob: 7f353619497af19166f2d7e4726746d94ea73b47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Copyright 2020 The ChromiumOS Authors
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

 #include "base-ec.tasklist"

/**
 * See CONFIG_TASK_LIST in config.h for details.
 */
#define CONFIG_TASK_LIST BASEBOARD_CONFIG_TASK_LIST \
	TASK_ALWAYS_RW(FPSENSOR, fp_task, NULL, 4096)