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
csp_buffer_get_always() is used in critical execution paths where a buffer
must be allocated or the mission fails. It’s not intended as a general-purpose
convenience function. This change hides it within libcsp, removing it from the
public API.
Signed-off-by: Yasushi SHOJI <[email protected]>
0 commit comments