blob: 6a4c7d5fa8a6fe84fb130ff04955ed0e4fbfb6be [file] [log] [blame]
Austin Schuh044e18b2015-10-21 20:17:09 -07001#ifndef AOS_COMMON_LOGGING_SIZES_H_
2#define AOS_COMMON_LOGGING_SIZES_H_
3
4// This file exists so C code and context.h can both get at these constants...
5
6#define LOG_MESSAGE_LEN 400
7#define LOG_MESSAGE_NAME_LEN 100
8
9#endif // AOS_COMMON_LOGGING_SIZES_H_