mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 16:55:20 +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
|
||||
void init_no_pulses(uint32_t port);
|
||||
void disable_no_pulses(uint32_t port);
|
||||
void init_ppm(uint32_t port);
|
||||
void disable_ppm(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)
|
||||
{
|
||||
if (port == EXTERNAL_MODULE) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue