-
Notifications
You must be signed in to change notification settings - Fork 407
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rename findNotUsedBits in get_frame_layout #254
Conversation
let get_frame_layout create array for each bit containing signals using this bit fix createDummySignals to use get_frame_layout rename createDummySignals to create_dummy_signals
Codecov Report
@@ Coverage Diff @@
## development #254 +/- ##
===============================================
- Coverage 30.8% 30.73% -0.08%
===============================================
Files 30 30
Lines 6499 6495 -4
Branches 1622 1620 -2
===============================================
- Hits 2002 1996 -6
- Misses 4304 4305 +1
- Partials 193 194 +1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delay...
I think, I have changed everything as you proposed. Thanks in advance |
Co-Authored-By: ebroecker <[email protected]>
Co-Authored-By: ebroecker <[email protected]>
Co-Authored-By: ebroecker <[email protected]>
Co-Authored-By: ebroecker <[email protected]>
@altendky Thanks again |
* correct big_bits for big_endian
should once fix #227
let get_frame_layout create array for each bit containing signals using this bit
fix createDummySignals to use get_frame_layout
rename createDummySignals to create_dummy_signals