use of io.sloeber.core.api.CompileDescription in project arduino-eclipse-plugin by Sloeber.
the class CompileProperties method updateSloeber.
@Override
protected void updateSloeber(ICConfigurationDescription confDesc) {
CompileDescription theObjectToStore = (CompileDescription) getDescription(confDesc);
mySloeberProject.setCompileDescription(confDesc.getName(), theObjectToStore);
}
Aggregations