diff --git a/libraries/SRV_Channel/SRV_Channel_aux.cpp b/libraries/SRV_Channel/SRV_Channel_aux.cpp index e6be2e6ef6..2d297930e6 100644 --- a/libraries/SRV_Channel/SRV_Channel_aux.cpp +++ b/libraries/SRV_Channel/SRV_Channel_aux.cpp @@ -794,7 +794,7 @@ void SRV_Channels::set_slew_rate(SRV_Channel::Aux_servo_function_t function, flo } // add new item - slew_list *new_slew = new slew_list(function); + slew_list *new_slew = NEW_NOTHROW slew_list(function); if (new_slew == nullptr) { return; }