Austin Schuh | 044e18b | 2015-10-21 20:17:09 -0700 | [diff] [blame] | 1 | #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 | |||||
Austin Schuh | acef141 | 2017-02-25 14:03:12 -0800 | [diff] [blame^] | 6 | #define LOG_MESSAGE_LEN 500 |
Austin Schuh | 044e18b | 2015-10-21 20:17:09 -0700 | [diff] [blame] | 7 | #define LOG_MESSAGE_NAME_LEN 100 |
8 | |||||
9 | #endif // AOS_COMMON_LOGGING_SIZES_H_ |