1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 08:15:30 +03:00

Fixed up whitespace in target.c files

This commit is contained in:
Martin Budden 2016-06-17 21:24:47 +01:00
parent ce262d2cc3
commit 0ef3b197de
20 changed files with 206 additions and 204 deletions

View file

@ -6,7 +6,7 @@
#include "drivers/pwm_mapping.h"
const uint16_t multiPPM[] = {
PWM9 | (MAP_TO_PPM_INPUT << 8), // PPM input
PWM9 | (MAP_TO_PPM_INPUT << 8), // PPM input
PWM1 | (MAP_TO_MOTOR_OUTPUT << 8),
PWM2 | (MAP_TO_MOTOR_OUTPUT << 8),