commit | 0562d9fac60abbb6d5f27e64cbcd43f27ca64a24 | [log] [tgz] |
---|---|---|
author | Roman Vaughan <nzsmartie@gmail.com> | Sun May 31 16:37:16 2020 +1200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Wed Jun 17 17:07:45 2020 +0200 |
tree | 60954f4b514f9db95ee75f20dde0d21ce1d72d22 | |
parent | 42ee2e0938c7adec8da26ac544204d32f3af709b [diff] |
tests: fs: Ensure file_path includes max file name length A hardcoded path lenth of 80 will not be able to suppor the full length of 255 when LFN is enabled. This does produce a compiler error, thankfully, this is only applicable to the test cases. Signed-off-by: Roman Vaughan <nzsmartie@gmail.com>