summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/load_code.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/load_code.h b/firmware/export/load_code.h
index e37af786df..6f5e5d0842 100644
--- a/firmware/export/load_code.h
+++ b/firmware/export/load_code.h
@@ -28,7 +28,7 @@
28extern void *lc_open(const char *filename, char *buf, size_t buf_size); 28extern void *lc_open(const char *filename, char *buf, size_t buf_size);
29/* header is always at the beginning of the blob, and handle actually points 29/* header is always at the beginning of the blob, and handle actually points
30 * to the start of the blob */ 30 * to the start of the blob */
31static inline char *lc_open_from_mem(void* addr, size_t blob_size) 31static inline void *lc_open_from_mem(void* addr, size_t blob_size)
32{ 32{
33 (void)blob_size; 33 (void)blob_size;
34 cpucache_invalidate(); 34 cpucache_invalidate();