jkent / frogfs

Fast Read-Only General-purpose File System (ESP-IDF and ESP8266_RTOS_SDK compatible)
https://frogfs.readthedocs.io
Mozilla Public License 2.0
25 stars 32 forks source link

Fix build issue #35

Closed X-Ryl669 closed 1 year ago

X-Ryl669 commented 2 years ago

Right now, some merge was done without building the code and it fails to build.

This PR fixes the building issue I've encountered. It's similar to #34 but some part has slipped from this PR, like a invalid variable name, const variable issue and bad copy & paste.