1
0
Fork 0
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:
Bertrand Songis 2019-04-23 16:17:47 +02:00
parent 918f6511d5
commit 6ba6403eca
2 changed files with 0 additions and 12 deletions

View file

@ -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);

View file

@ -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) {