commit | 68a5ec3cb26a42ad30a1eba3f886287e615d9bb1 | [log] [tgz] |
---|---|---|
author | Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no> | Wed Feb 03 15:27:30 2021 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Feb 05 07:32:20 2021 -0500 |
tree | 96016021665b68738fe8cf6d7497eeae060614f2 | |
parent | c7a626fc6c1432b9d51a4b11a5e1258e7e86fd11 [diff] |
lib/gui/lvgl: Add fs_dir_t type variable initialization … The commit adds initialization of fs_dir_t variables in preparation for fs_opendir function change that will require fs_dir_t object, passed to the function, to be initialized before first usage. Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>