Skip to content
Commit 5af4e9df authored by Pisit Sawangvonganan's avatar Pisit Sawangvonganan Committed by Chris Friedt
Browse files

net: wifi: shell: apply `struct option` as `static const`



This change marks the remaining instance of the `struct option` as
`static const`.

The rationale is that `struct option` is a read-only variable.
By using `static const`, we ensure immutability, leading to usage of only
the `.rodata` section and a reduction in the `.data` area.

Signed-off-by: default avatarPisit Sawangvonganan <pisit@ndrsolution.com>
parent e87d508a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment