Hi, I was browsing through the source code of FAT implementation, trying to write some documentation, and I came across this macro <https://github.com/apache/nuttx/blob/master/fs/fat/fs_fat32.h#L264>.
Since I'm new to the codebase, I wanted to know if this (especially DIRSEC_NDXMASK(fs)) is correct and I'm missing something or if it should have been DIRSEC_NDXMASK(f) (and I can raise an issue for it). Thanks and regards, Saurav
