Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
2e8ac66f0b39f57300f8b8edc5aaeb3b2f81e01f
/
.
/
aos
/
logging
/
sizes.h
blob: d7cfd4e4a4fccd64d281ab22ca4fb63c4654da4f [
file
] [
log
] [
blame
]
#ifndef
AOS_LOGGING_SIZES_H_
#define
AOS_LOGGING_SIZES_H_
// This file exists so C code and context.h can both get at these constants...
#define
LOG_MESSAGE_LEN
512
#define
LOG_MESSAGE_NAME_LEN
100
#endif
// AOS_LOGGING_SIZES_H_