fw-custom-example/default_tune.cpp

6 lines
92 B
C++

#include "pch.h"
void boardTuneDefaults() {
engineConfiguration->displacement = 1.6;
}