add user filesystme macro guard around chmod implementation

pull/805/head
JacobBarthelmeh 2025-05-20 14:13:08 -06:00
parent 41d05a95b7
commit 601d1a27de
1 changed files with 1 additions and 1 deletions

View File

@ -660,7 +660,7 @@ int wPread(WFD fd, unsigned char* buf, unsigned int sz,
#endif #endif
#ifndef NO_FILESYSTEM #if !defined(NO_FILESYSTEM) && !defined(WOLFSSH_USER_FILESYSTEM)
#if defined(MICROCHIP_MPLAB_HARMONY) #if defined(MICROCHIP_MPLAB_HARMONY)
int wChmod(const char *path, int mode) int wChmod(const char *path, int mode)
{ {