Changeset 484 for trunk/kernel/fs/fatfs.h
- Timestamp:
- Aug 21, 2018, 9:52:37 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/fs/fatfs.h
r457 r484 215 215 * This function display the content of the FATFS context. 216 216 *****************************************************************************************/ 217 void fatfs_ctx_display( );217 void fatfs_ctx_display( void ); 218 218 219 219 … … 228 228 * @ return a pointer on the created context / return NULL if failure. 229 229 *****************************************************************************************/ 230 fatfs_ctx_t * fatfs_ctx_alloc( );230 fatfs_ctx_t * fatfs_ctx_alloc( void ); 231 231 232 232 /*****************************************************************************************
Note: See TracChangeset
for help on using the changeset viewer.