blob: d7cfd4e4a4fccd64d281ab22ca4fb63c4654da4f [file] [log] [blame]
John Park33858a32018-09-28 23:05:48 -07001#ifndef AOS_LOGGING_SIZES_H_
2#define AOS_LOGGING_SIZES_H_
3
4// This file exists so C code and context.h can both get at these constants...
5
Austin Schuhc804fd12019-03-22 21:15:37 -07006#define LOG_MESSAGE_LEN 512
John Park33858a32018-09-28 23:05:48 -07007#define LOG_MESSAGE_NAME_LEN 100
8
9#endif // AOS_LOGGING_SIZES_H_