Skip to content

Commit

Permalink
AP_Periph: remove ESC telem parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlong13 committed May 23, 2024
1 parent f938bb5 commit 2733e28
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions Tools/AP_Periph/Parameters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -384,10 +384,6 @@ const AP_Param::Info AP_Periph_FW::var_info[] = {
// @User: Advanced
// @RebootRequired: True
GSCALAR(esc_telem_port, "ESC_TELEM_PORT", AP_PERIPH_ESC_TELEM_PORT_DEFAULT),

// @Group: ESC_TLM
// @Path: ../libraries/AP_ESC_Telem/AP_ESC_Telem.cpp
GOBJECT(esc_telem, "ESC_TLM", AP_ESC_Telem),
#endif
#endif

Expand Down
1 change: 0 additions & 1 deletion Tools/AP_Periph/Parameters.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ class Parameters {
k_param_esc_number1,
k_param_pole_count1,
k_param_esc_serial_port1,
k_param_esc_telem,
};

AP_Int16 format_version;
Expand Down

0 comments on commit 2733e28

Please sign in to comment.