Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
std: enable feature(slice_ptr_len) on xous
Xous passes slice pointers around in order to manipulate memory. This is feature-gated behind `slice_ptr_len`. Xous is currently the only target to use this feature, so gate it behind an OS flag. Signed-off-by: Sean Cross <[email protected]>
- Loading branch information