uncrustify libraries/APM_RC/APM_RC.h

This commit is contained in:
uncrustify 2012-08-16 23:20:41 -07:00 committed by Pat Hickey
parent 5af2e87786
commit 0234d70511
1 changed files with 17 additions and 15 deletions

View File

@ -50,7 +50,9 @@ class APM_RC_Class
virtual void Force_Out6_Out7(void) = 0;
protected:
uint16_t _map_speed(uint16_t speed_hz) { return 2000000UL / speed_hz; }
uint16_t _map_speed(uint16_t speed_hz) {
return 2000000UL / speed_hz;
}
};