commit | 7026f113d63e1c19915a79cfe030f86578af1e5a | [log] [tgz] |
---|---|---|
author | bac phan <phanhaibac98@gmail.com> | Fri Feb 28 14:21:30 2025 +0700 |
committer | Alberto Escolar <alberto.escolar.piedras@nordicsemi.no> | Fri Mar 07 20:18:04 2025 +0100 |
tree | a3193cb47015bd15c187bc369779c4f9fec214bb | |
parent | 1f1bec86f3efcdf8fa169368bf38a5d42a22c325 [diff] |
net: http: Add #ifdef guard file system in HTTP server http_server_http2.c does not guard check if file system is available or not before using file system api. This PR will add guard for that Signed-off-by: bac phan <phanhaibac98@gmail.com>