mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Rover: config.h correct whitespace, remove tabs
This commit is contained in:
parent
283a199268
commit
597423fffc
@ -221,7 +221,7 @@
|
||||
#ifndef SERVO_STEER_INT_MAX
|
||||
#define SERVO_STEER_INT_MAX 5
|
||||
#endif
|
||||
#define SERVO_STEER_INT_MAX_CENTIDEGREE SERVO_STEER_INT_MAX*100
|
||||
#define SERVO_STEER_INT_MAX_CENTIDEGREE (SERVO_STEER_INT_MAX * 100)
|
||||
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user