etl/include
taltenbach d419bbf16f Fix etl::as_bytes for etl::span<const T> (#1266)
A missing 'const' in the etl::as_bytes implementation was causing a
compile-time error when etl::as_bytes was called on a span of const
values.

Co-authored-by: John Wellbelove <jwellbelove@users.noreply.github.com>
2026-02-03 08:59:49 +00:00
..
etl Fix etl::as_bytes for etl::span<const T> (#1266) 2026-02-03 08:59:49 +00:00