6 lines
134 B
C
6 lines
134 B
C
|
|
#include "../../include/ground.h"
|
||
|
|
|
||
|
|
void _GroundInstructionExecute(GroundInstruction* instruction, GroundState* state) {
|
||
|
|
// Stub
|
||
|
|
}
|