Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
33858a37b0aebf19bad51e664b5238f57f95af4c
/
.
/
aos
/
logging
/
sizes.h
blob: b624a61dd4b15b867f83895a1578d383c6349a42 [
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
500
#define
LOG_MESSAGE_NAME_LEN
100
#endif
// AOS_LOGGING_SIZES_H_