mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 17:55:19 +03:00
Dead code removed
This commit is contained in:
parent
918f6511d5
commit
6ba6403eca
2 changed files with 0 additions and 12 deletions
|
@ -254,7 +254,6 @@ uint32_t readTrims(void);
|
||||||
|
|
||||||
// Pulses driver
|
// Pulses driver
|
||||||
void init_no_pulses(uint32_t port);
|
void init_no_pulses(uint32_t port);
|
||||||
void disable_no_pulses(uint32_t port);
|
|
||||||
void init_ppm(uint32_t port);
|
void init_ppm(uint32_t port);
|
||||||
void disable_ppm(uint32_t port);
|
void disable_ppm(uint32_t port);
|
||||||
void init_pxx1_pulses(uint32_t port);
|
void init_pxx1_pulses(uint32_t port);
|
||||||
|
|
|
@ -142,17 +142,6 @@ void disable_module_timer(uint32_t port)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void disable_no_pulses(uint32_t port)
|
|
||||||
{
|
|
||||||
if (port == EXTERNAL_MODULE) {
|
|
||||||
disable_ppm(EXTERNAL_MODULE);
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
// TODO
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
void init_ppm(uint32_t port)
|
void init_ppm(uint32_t port)
|
||||||
{
|
{
|
||||||
if (port == EXTERNAL_MODULE) {
|
if (port == EXTERNAL_MODULE) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue