Skip to content

Commit

Permalink
AP_DAL: Standalone: add int8 parameter set_and_default method to avoi…
Browse files Browse the repository at this point in the history
…d include
  • Loading branch information
IamPete1 authored and tridge committed Mar 26, 2024
1 parent 21df26d commit c4691be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions libraries/AP_DAL/examples/AP_DAL_Standalone/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@

void AP_Param::setup_object_defaults(void const*, AP_Param::GroupInfo const*) {}

template<typename T, ap_var_type PT>
void AP_ParamT<T, PT>::set_and_default(const T &v) {}
template class AP_ParamT<int8_t, AP_PARAM_INT8>;


int AP_HAL::Util::vsnprintf(char*, size_t, char const*, va_list) { return -1; }

void *nologger = nullptr;
Expand Down

0 comments on commit c4691be

Please sign in to comment.