Skip to content

Commit

Permalink
Update src/SpiAnalyzer.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Huffman <ryanhuffman@gmail.com>
  • Loading branch information
Marcus10110 and huffman authored Jun 5, 2020
1 parent d37541e commit 1a61845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SpiAnalyzer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ bool SpiAnalyzer::WouldAdvancingTheClockToggleEnable()
{
U64 enable_edge = mEnable->GetSampleOfNextEdge();
FrameV2 frame_v2_end_of_transaction;
mResults->AddFrameV2( frame_v2_end_of_transaction, "Disable", enable_edge, enable_edge + 1 );
mResults->AddFrameV2( frame_v2_end_of_transaction, "disable", enable_edge, enable_edge + 1 );
}

if( enable_will_toggle == false )
Expand Down

0 comments on commit 1a61845

Please sign in to comment.