* this function will unlock device file system. * * @note please don't invoke it on ISR. */
| 173 | * @note please don't invoke it on ISR. |
| 174 | */ |
| 175 | void dfs_unlock(void) |
| 176 | { |
| 177 | rt_mutex_release(&fslock); |
| 178 | } |
| 179 | |
| 180 | /** @addtogroup group_device_virtual_file_system |
| 181 | * |
no test coverage detected