Skip to content

Commit

Permalink
Issue #1631: fix missing configuration block
Browse files Browse the repository at this point in the history
  • Loading branch information
bjost2s committed Jun 28, 2024
1 parent bc8ef53 commit 36d05c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import de.fhg.iais.roberta.util.dbc.DbcException;

@NepoConfiguration(name = "RGBLED", category = "CONFIGURATION_ACTOR",
blocklyNames = {"robConf_rgbled", "robConf_rgbledh"})
blocklyNames = {"robConf_rgbled", "robConf_rgbledh", "robConf_rgbLedhp"})
public final class RgbledActor extends ConfigurationComponent {
private RgbledActor() {
super(null, null, null, null, null);
Expand Down

0 comments on commit 36d05c5

Please sign in to comment.