mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
pkg/fatfs: fix typos
This commit is contained in:
parent
2ea1b24eae
commit
591d08500a
@ -60,7 +60,7 @@ DSTATUS disk_status(BYTE pdrv)
|
||||
* @param[in] pdrv drive number to identify the drive
|
||||
*
|
||||
* @return STA_NODISK if no disk exists with the given id
|
||||
* @return 0 if disk was initialized sucessfully
|
||||
* @return 0 if disk was initialized successfully
|
||||
* @return STA_NOINIT if disk id exists, but couldn't be initialized
|
||||
*/
|
||||
DSTATUS disk_initialize(BYTE pdrv)
|
||||
|
Loading…
Reference in New Issue
Block a user