mirror of https://github.com/ArduPilot/ardupilot
7 lines
69 B
C
7 lines
69 B
C
|
#pragma once
|
||
|
|
||
|
|
||
|
void splinterp5(const float x[5], float out[4][4]);
|
||
|
|
||
|
|