summaryrefslogtreecommitdiff
path: root/util/sbase/seq.c
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-03-12 19:48:23 +0000
committerLeah Rowe <leah@libreboot.org>2026-03-12 19:54:52 +0000
commit9f41591a46c8879bd99e8706f9ac0fdd0ad1f694 (patch)
tree96b4cb2c02b35628e7098c257b0c655bd5fb7f03 /util/sbase/seq.c
parenta7c69c323381a82e143d88244e099be8d4b7ca82 (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 'util/sbase/seq.c')
0 files changed, 0 insertions, 0 deletions