mirror of
https://github.com/lvgl/lvgl.git
synced 2025-02-04 07:13:00 +08:00
Merge c4b46706c3e977e918224009623e6d1caf118151 into dev
This commit is contained in:
commit
0350f29cab
@ -275,7 +275,7 @@ char * lv_fs_up(char * path);
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the last element of a path (e.g. U:/folder/file -> file)
|
* Get the last element of a path (e.g. U:/folder/file -> file)
|
||||||
* @param buf buffer to store the letters ('\0' added after the last letter)
|
* @param path pointer to a file name
|
||||||
* @return pointer to the beginning of the last element in the path
|
* @return pointer to the beginning of the last element in the path
|
||||||
*/
|
*/
|
||||||
const char * lv_fs_get_last(const char * path);
|
const char * lv_fs_get_last(const char * path);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user