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 1a61845 commit ee6cacf
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 @@ -62,7 +62,7 @@ void SpiAnalyzer::AdvanceToActiveEnableEdgeWithCorrectClockPolarity()
if( mEnable )
{
FrameV2 frame_v2_start_of_transaction;
mResults->AddFrameV2( frame_v2_start_of_transaction, "Enable", mCurrentSample, mCurrentSample + 1 );
mResults->AddFrameV2( frame_v2_start_of_transaction, "enable", mCurrentSample, mCurrentSample + 1 );
}
break;
}
Expand Down

0 comments on commit ee6cacf

Please sign in to comment.