mirror of
https://github.com/vivier/EMILE.git
synced 2025-08-14 16:27:31 +00:00
Add missing return at end of function
This commit is contained in:
@@ -221,6 +221,8 @@ int logical2physical(unsigned long logical, unsigned long *physical)
|
||||
}
|
||||
|
||||
return MMU030_logical2physical(logical, physical);
|
||||
#else
|
||||
return 0;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user