Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
e409a9ff3cc64f54fce18a5c1e439fa9ef4d6dc5
/
.
/
aos
/
common
/
logging
/
sizes.h
blob: 0aae90b49e9e24cf03079d1b7cec57cd1366ce31 [
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
500
#define
LOG_MESSAGE_NAME_LEN
100
#endif
// AOS_COMMON_LOGGING_SIZES_H_