Changelog
Latest Changes
- Branch:
- develop
- Commit:
Make csp_buffer_get_always() internal by Yasushi SHOJI at 2025-07-24 10:45:17
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 <yashi@spacecubics.com>