mirror of
https://github.com/vivier/EMILE.git
synced 2025-01-23 06:32:58 +00:00
Add missing return at end of function
This commit is contained in:
parent
8dcd2e3be9
commit
cb84c69fe5
@ -221,6 +221,8 @@ int logical2physical(unsigned long logical, unsigned long *physical)
|
||||
}
|
||||
|
||||
return MMU030_logical2physical(logical, physical);
|
||||
#else
|
||||
return 0;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user