Skip to content

Commit

Permalink
Closes #3
Browse files Browse the repository at this point in the history
  • Loading branch information
DolphyWind committed May 25, 2024
1 parent bdf21e6 commit fcf0236
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Electra.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@ void Electra::setupComponentsAndGenerators()

m_components[U'*'] = std::make_unique<Cable>( bin2dir(0b11111111) );
m_components[U''] = std::make_unique<Cable>( bin2dir(0b11111111) );
m_components[U''] = std::make_unique<Cable>( bin2dir(0b11111111) );

m_components[U''] = std::make_unique<Cable>( bin2dir(0b00000101) );
m_components[U''] = std::make_unique<Cable>( bin2dir(0b00000101) );
Expand Down

0 comments on commit fcf0236

Please sign in to comment.