summaryrefslogtreecommitdiff
path: root/libcr/tests/test_matrix/config.h
blob: becfce08ec1e66298166db140ffb05a95e9f96c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* config.h - TODO
 *
 * Copyright (C) 2024  Luke T. Shumaker <lukeshu@lukeshu.com>
 * SPDX-License-Identifier: AGPL-3.0-or-later
 */

#ifndef _CONFIG_H_
#define _CONFIG_H_

#define CONFIG_COROUTINE_DEFAULT_STACK_SIZE    (4*1024)
#define CONFIG_COROUTINE_NAME_LEN              16
#define CONFIG_COROUTINE_NUM                   2

#endif /* _CONFIG_H_ */