commit | 353336d632040dd00b89e4d358df0928e01c5285 | [log] [tgz] |
---|---|---|
author | Peter A. Bigot <pab@pabigot.com> | Mon Jun 01 11:36:52 2020 -0500 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Sep 03 21:49:34 2020 +0200 |
tree | 99acf520693836ab5c46436e36a7072be1846970 | |
parent | ddcc3855867e1564991e70af4613288e8ac6ec27 [diff] |
fs: make file system description const There's no reason the table of pointers to file system functions needs to be mutable at runtime. Signed-off-by: Peter A. Bigot <pab@pabigot.com>