inmarket Posted March 10, 2015 Report Share Posted March 10, 2015 The GFILE module supports creating a GFILE based on a ChibiOS BaseFileStream however in ChibiOS V3 the API for accessing file streams has changed.GFILE has now been updated to use the correct API for both ChibiOS V2 and V3.As part of this gfileOpenBaseFileStream() has been renamed as gfileOpenChibiOSFileStream() to improve clarity.For compatibility a #define has been added so that existing code using gfileOpenBaseFileStream() will work unchanged. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now