Fixed bug 3579660.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_2.4.x@4783 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
133ac34c02
commit
44a636a360
|
@ -141,7 +141,7 @@ typedef struct {
|
|||
*
|
||||
* @api
|
||||
*/
|
||||
#define chFileStreamGetSize(ip) ((ip)->vmt->getposition(ip))
|
||||
#define chFileStreamGetSize(ip) ((ip)->vmt->getsize(ip))
|
||||
|
||||
/**
|
||||
* @brief Returns the current file pointer position.
|
||||
|
|
|
@ -79,6 +79,7 @@
|
|||
*****************************************************************************
|
||||
|
||||
*** 2.4.3 ***
|
||||
- FIX: Fixed bug in abstract file interface (bug 3579660).
|
||||
- FIX: Fixed various typos and wrong limits in the STM32F4/F2 HAL driver
|
||||
(bug 3578944).
|
||||
- FIX: Fixed ARM CMx crt0.c fails at low optimization levels (bug 3578927).
|
||||
|
|
Loading…
Reference in New Issue