mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 04:45:24 +03:00
Rename telemetry.c to telemetry_frsky.c in preparation for adding
another telemetry provider
This commit is contained in:
parent
c2c1613dac
commit
2fdadaa78f
3 changed files with 3 additions and 3 deletions
2
Makefile
2
Makefile
|
@ -55,7 +55,7 @@ COMMON_SRC = startup_stm32f10x_md_gcc.S \
|
||||||
sbus.c \
|
sbus.c \
|
||||||
sumd.c \
|
sumd.c \
|
||||||
spektrum.c \
|
spektrum.c \
|
||||||
telemetry.c \
|
telemetry_frsky.c \
|
||||||
drv_gpio.c \
|
drv_gpio.c \
|
||||||
drv_i2c.c \
|
drv_i2c.c \
|
||||||
drv_i2c_soft.c \
|
drv_i2c_soft.c \
|
||||||
|
|
|
@ -1345,9 +1345,9 @@
|
||||||
<FilePath>.\src\buzzer.c</FilePath>
|
<FilePath>.\src\buzzer.c</FilePath>
|
||||||
</File>
|
</File>
|
||||||
<File>
|
<File>
|
||||||
<FileName>telemetry.c</FileName>
|
<FileName>telemetry_frsky.c</FileName>
|
||||||
<FileType>1</FileType>
|
<FileType>1</FileType>
|
||||||
<FilePath>.\src\telemetry.c</FilePath>
|
<FilePath>.\src\telemetry_frsky.c</FilePath>
|
||||||
</File>
|
</File>
|
||||||
<File>
|
<File>
|
||||||
<FileName>utils.c</FileName>
|
<FileName>utils.c</FileName>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue