Skip to content

Commit

Permalink
Include file system header is now dependent of build option
Browse files Browse the repository at this point in the history
  • Loading branch information
josesimoes committed Jun 12, 2024
1 parent b4bc9bf commit 5e7ed27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/HAL/Include/nanoHAL_v2.h
Original file line number Diff line number Diff line change
Expand Up @@ -411,10 +411,10 @@ extern "C"
#include <nanoHAL_Watchdog.h>
#include <nanoHAL_Rtos.h>

#include <nanoHAL_System_IO_FileSystem.h>

#ifdef INCLUDE_WINDOWS_STORAGE
#include <nanoHAL_Windows_Storage.h>
#else
#include <nanoHAL_System_IO_FileSystem.h>
#endif

#endif // NANOHAL_V2_H

0 comments on commit 5e7ed27

Please sign in to comment.