git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_2.4.x@3905 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2012-02-01 21:11:59 +00:00
parent f33ccb6a72
commit ee68af5b76
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ typedef struct {
*
* @api
*/
#define chFileStreamSeek(ip) ((ip)->vmt->lseek(ip, offset))
#define chFileStreamSeek(ip, offset) ((ip)->vmt->lseek(ip, offset))
/** @} */
#endif /* _CHFILES_H_ */