chore: fix

This commit is contained in:
Ole Algoritme
2024-03-24 13:20:18 +01:00
parent 1ca8020db0
commit fb2fed6963
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ struct device
const char *arch;
const char *name;
void *mapped_addr;
void *phys_addr;
uint32_t phys_addr;
uint32_t base_offset;
};