6 lines
122 B
C
6 lines
122 B
C
|
|
#include "../../include/ground.h"
|
||
|
|
|
||
|
|
void _GroundProgramExecute(GroundProgram* program, GroundState* state) {
|
||
|
|
// stub
|
||
|
|
}
|