zephyr/tests/benchmarks/app_kernel/src/memcfg.h
Anas Nashif 41febf2e7a tests: benchmarks: reduce message size
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-08-14 13:28:42 -04:00

16 lines
275 B
C

/* memcfg.h */
/*
* Copyright (c) 1997-2010, 2014 Wind River Systems, Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef MESSAGE_H
#define MESSAGE_H
#define MESSAGE_SIZE 4096
#define MESSAGE_SIZE_PIPE 2048 /* must be smaller than MESSAGE_SIZE */
#endif