Removed excess trailing spaces before new lines on licenses.
[betaflight.git] / src / main / drivers / resource.c
blobc9c4325b16b552ade4c6eaed68b0300dcdfd785f
1 /*
2 * This file is part of Cleanflight and Betaflight.
4 * Cleanflight and Betaflight are free software. You can redistribute
5 * this software and/or modify this software under the terms of the
6 * GNU General Public License as published by the Free Software
7 * Foundation, either version 3 of the License, or (at your option)
8 * any later version.
10 * Cleanflight and Betaflight are distributed in the hope that they
11 * will be useful, but WITHOUT ANY WARRANTY; without even the implied
12 * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
13 * See the GNU General Public License for more details.
15 * You should have received a copy of the GNU General Public License
16 * along with this software.
18 * If not, see <http://www.gnu.org/licenses/>.
21 #include "resource.h"
23 const char * const ownerNames[OWNER_TOTAL_COUNT] = {
24 "FREE",
25 "PWM",
26 "PPM",
27 "MOTOR",
28 "SERVO",
29 "LED",
30 "ADC",
31 "ADC_BATT",
32 "ADC_CURR",
33 "ADC_EXT",
34 "ADC_RSSI",
35 "SERIAL_TX",
36 "SERIAL_RX",
37 "DEBUG",
38 "TIMER",
39 "SONAR_TRIGGER",
40 "SONAR_ECHO",
41 "SYSTEM",
42 "SPI_SCK",
43 "SPI_MISO",
44 "SPI_MOSI",
45 "I2C_SCL",
46 "I2C_SDA",
47 "SDCARD",
48 "SDCARD_CS",
49 "SDCARD_DETECT",
50 "FLASH_CS",
51 "BARO_CS",
52 "MPU_CS",
53 "OSD_CS",
54 "RX_SPI_CS",
55 "SPI_CS",
56 "MPU_EXTI",
57 "BARO_EXTI",
58 "COMPASS_EXTI",
59 "USB",
60 "USB_DETECT",
61 "BEEPER",
62 "OSD",
63 "RX_BIND",
64 "INVERTER",
65 "LED_STRIP",
66 "TRANSPONDER",
67 "VTX",
68 "COMPASS_CS",
69 "SPI_PREINIT",
70 "RX_BIND_PLUG",
71 "ESCSERIAL",
72 "CAMERA_CONTROL",
73 "TIMUP",
74 "RANGEFINDER",
75 "RX_SPI",
76 "PINIO",
77 "USB_MSC_PIN",