Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
076a09b5662b3475ac13d82d74ef1d5a1f2a944f
/
.
/
aos
/
common
/
logging
/
sizes.h
blob: 6a4c7d5fa8a6fe84fb130ff04955ed0e4fbfb6be [
file
] [
log
] [
blame
]
#ifndef
AOS_COMMON_LOGGING_SIZES_H_
#define
AOS_COMMON_LOGGING_SIZES_H_
// This file exists so C code and context.h can both get at these constants...
#define
LOG_MESSAGE_LEN
400
#define
LOG_MESSAGE_NAME_LEN
100
#endif
// AOS_COMMON_LOGGING_SIZES_H_