mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 06:38:29 -04:00
Blimp: remove misleading NOINLINE comment
NOINLINE hasn't been used in years in these files
This commit is contained in:
parent
bc4ee95004
commit
0986ade905
@ -2,16 +2,6 @@
|
|||||||
|
|
||||||
#include "GCS_Mavlink.h"
|
#include "GCS_Mavlink.h"
|
||||||
|
|
||||||
/*
|
|
||||||
* !!NOTE!!
|
|
||||||
*
|
|
||||||
* the use of NOINLINE separate functions for each message type avoids
|
|
||||||
* a compiler bug in gcc that would cause it to use far more stack
|
|
||||||
* space than is needed. Without the NOINLINE we use the sum of the
|
|
||||||
* stack needed for each message type. Please be careful to follow the
|
|
||||||
* pattern below when adding any new messages
|
|
||||||
*/
|
|
||||||
|
|
||||||
MAV_TYPE GCS_Blimp::frame_type() const
|
MAV_TYPE GCS_Blimp::frame_type() const
|
||||||
{
|
{
|
||||||
return blimp.get_frame_mav_type();
|
return blimp.get_frame_mav_type();
|
||||||
|
Loading…
Reference in New Issue
Block a user