aboutsummaryrefslogtreecommitdiff
path: root/src/ethosu_driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ethosu_driver.c')
-rw-r--r--src/ethosu_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ethosu_driver.c b/src/ethosu_driver.c
index dead0b9..5128455 100644
--- a/src/ethosu_driver.c
+++ b/src/ethosu_driver.c
@@ -425,7 +425,7 @@ int ethosu_init(struct ethosu_driver *drv,
}
}
- drv->fast_memory = (uint64_t)fast_memory;
+ drv->fast_memory = (uintptr_t)fast_memory;
drv->fast_memory_size = fast_memory_size;
drv->power_request_counter = 0;