examples/benchmark/kernel-only_arm/cfg/cfg_dc_motor.h
Go to the documentation of this file.00001
00040 #ifndef CFG_DC_MOTOR_H
00041 #define CFG_DC_MOTOR_H
00042
00049 #define CONFIG_NUM_DC_MOTOR 4
00050
00057 #define DC_MOTOR_LOG_LEVEL LOG_LVL_WARN
00058
00065 #define DC_MOTOR_LOG_FORMAT LOG_FMT_TERSE
00066
00067 #endif