John Park | 33858a3 | 2018-09-28 23:05:48 -0700 | [diff] [blame] | 1 | #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 | |||||
6 | #define LOG_MESSAGE_LEN 500 | ||||
7 | #define LOG_MESSAGE_NAME_LEN 100 | ||||
8 | |||||
9 | #endif // AOS_LOGGING_SIZES_H_ |