mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-11 06:09:08 -07:00
@@ -19,7 +19,7 @@ static SectorCache* cache = NULL;
|
||||
|
||||
void sector_cache_init(void) {
|
||||
if(cache == NULL) {
|
||||
cache = memmgr_aux_pool_alloc(sizeof(SectorCache));
|
||||
cache = memmgr_alloc_from_pool(sizeof(SectorCache));
|
||||
}
|
||||
|
||||
if(cache != NULL) {
|
||||
|
||||
Reference in New Issue
Block a user