mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 08:38:36 -04:00
AP_Buffer: add size 5 float fifo buffer to predeclared types
This commit is contained in:
parent
cfe2507c0b
commit
a84d9110bd
@ -49,6 +49,7 @@ typedef AP_Buffer<uint8_t,32> AP_BufferUInt8_Size32;
|
||||
typedef AP_Buffer<uint8_t,64> AP_BufferUInt8_Size64;
|
||||
typedef AP_Buffer<uint8_t,128> AP_BufferUInt8_Size128;
|
||||
|
||||
typedef AP_Buffer<float,5> AP_BufferFloat_Size5;
|
||||
typedef AP_Buffer<float,10> AP_BufferFloat_Size10;
|
||||
typedef AP_Buffer<float,15> AP_BufferFloat_Size15;
|
||||
typedef AP_Buffer<float,20> AP_BufferFloat_Size20;
|
||||
|
Loading…
Reference in New Issue
Block a user