diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-12 19:48:23 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-12 19:54:52 +0000 |
| commit | 9f41591a46c8879bd99e8706f9ac0fdd0ad1f694 (patch) | |
| tree | 96b4cb2c02b35628e7098c257b0c655bd5fb7f03 /include/release.sh | |
| parent | a7c69c323381a82e143d88244e099be8d4b7ca82 (diff) | |
util/spkmodem-recv: optimise decode_pulse
the frame[] array is never actually used meaningfully.
that setting of frame[ringpos] on the decode_state is
only set here, but then the value isn't really used at
all. the entire size of the annay is used for sizeof
in print_stats, but then we can just declare that
manually. since we also know that this value never
changes, we can use a global define for the sizeof entry
in print_stats, thereby simplifying operation further
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/release.sh')
0 files changed, 0 insertions, 0 deletions
