mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-21 22:03:19 -07:00
Indentation fixed and comment updated
This commit is contained in:
parent
08a7ed661f
commit
7517461d0b
1 changed files with 2 additions and 2 deletions
|
@ -197,8 +197,8 @@ begin
|
|||
end
|
||||
end
|
||||
|
||||
// set ssp_frame signal for corr_i_cnt = 0..3 and corr_i_cnt = 32..35
|
||||
// (send one frame with 16 Bits)
|
||||
// set ssp_frame signal for corr_i_cnt = 0..3
|
||||
// (send one frame with 16 Bits)
|
||||
if(corr_i_cnt[5:2] == 4'b0000)
|
||||
ssp_frame = 1'b1;
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue