summaryrefslogtreecommitdiff
path: root/src/memory
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2023-04-01 13:22:21 +1100
committerjacqueline <me@jacqueline.id.au>2023-04-19 10:29:38 +1000
commit7c6fd654f50e6665efa4226c6b927f9762734182 (patch)
tree58ccb69068c550e9c2223c1b510cfa525690b731 /src/memory
parent3817ec0c77b8d44e54b35ea9f76e7bb4666c6c08 (diff)
downloadtangara-fw-7c6fd654f50e6665efa4226c6b927f9762734182.tar.gz
New pipeline building, still needs proper control
Diffstat (limited to 'src/memory')
-rw-r--r--src/memory/include/himem.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/memory/include/himem.hpp b/src/memory/include/himem.hpp
index c65091d7..f71e912f 100644
--- a/src/memory/include/himem.hpp
+++ b/src/memory/include/himem.hpp
@@ -63,7 +63,7 @@ class MappableRegion {
return {bytes_, size};
}
- auto Map(const HimemAlloc<size> &alloc) -> cpp::span<std::byte> {
+ auto Map(const HimemAlloc<size>& alloc) -> cpp::span<std::byte> {
if (bytes_ != nullptr) {
ESP_ERROR_CHECK(esp_himem_unmap(range_handle, bytes_, size));
}