Joel Sherrill started a new discussion on 
cpukit/libfs/src/littlefs/rtems-littlefs.h: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1064#note_142907

 > +
 > +#include <rtems/libio_.h>
 > +#include <rtems/seterr.h>
 > +#include <rtems/littlefs.h>
 > +
 > +#include <lfs.h>
 > +
 > +#ifdef __cplusplus
 > +extern "C" {
 > +#endif // __cplusplus
 > +
 > +#define RTEMS_LITTLEFS_MAX_PATHLEN PATH_MAX
 > +#define RTEMS_LITTLEFS_BLOCK_SIZE 512
 > +#define RTEMS_LITTLEFS_ATTR_KEY 'p'
 > +
 > +struct rtems_littlefs_attr_data {

Needs Doxygen on everything in this header.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1064#note_142907
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to