You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wiseconnect: Avoid symbols conflicts in PSRAM driver
Symbols "control" and "config" are very generic and may conflict with
the user application.
In addition, they are not used outside of sl_si91x_psram.c. So they can
be declared with static qualifier.
Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
0 commit comments