diff --git a/libraries/AP_Curve/AP_Curve.h b/libraries/AP_Curve/AP_Curve.h index ec303fc2db..5c9b1f6869 100644 --- a/libraries/AP_Curve/AP_Curve.h +++ b/libraries/AP_Curve/AP_Curve.h @@ -42,8 +42,7 @@ protected: /* Typedefs for template instansations of AP_Curve. * Only use the AP_Curve instances listed here! * If you need a different one, you must first instantiate the template at the - * end of AP_Curve.cpp, then add a typedef here. We can't leave the whole - * template implementation in the header due to PSTR related issues. + * end of AP_Curve.cpp, then add a typedef here. */ typedef AP_Curve AP_CurveInt16_Size3;