expose nac3_free again as that should be needed

This commit is contained in:
2025-08-01 20:16:30 +08:00
parent acf67db6b4
commit bdae46acb9

View File

@@ -119,6 +119,7 @@ pub fn resolve(required: &[u8]) -> Option<u32> {
api!(i2c_switch_select = i2c::switch_select),
// dynamic memory allocation
api!(nac3_free = mem::nac3_free),
api!(nac3_malloc = mem::nac3_malloc),
// subkernel