ACM: config.h cleanup
Added LOG_ITERM default to enabled
This commit is contained in:
parent
cebcc226ee
commit
73bc90f9b8
@ -733,7 +733,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef RATE_YAW_P
|
||||
# define RATE_YAW_P .25
|
||||
# define RATE_YAW_P 0.25
|
||||
#endif
|
||||
#ifndef RATE_YAW_I
|
||||
# define RATE_YAW_I 0.015
|
||||
@ -965,6 +965,9 @@
|
||||
#ifndef LOG_PID
|
||||
# define LOG_PID DISABLED
|
||||
#endif
|
||||
#ifndef LOG_ITERM
|
||||
# define LOG_ITERM ENABLED
|
||||
#endif
|
||||
|
||||
// calculate the default log_bitmask
|
||||
#define LOGBIT(_s) (LOG_ ## _s ? MASK_LOG_ ## _s : 0)
|
||||
|
Loading…
Reference in New Issue
Block a user