Fixed code style formatting according to pre-commit rules.
This commit is contained in:
parent
d9bf79d826
commit
8162a5de4b
@ -31,8 +31,7 @@ void filesystem_background(void) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
void filesystem_tick(void)
|
void filesystem_tick(void) {
|
||||||
{
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -55,8 +55,7 @@ mp_uint_t supervisor_flash_write_blocks(const uint8_t *src, uint32_t block_num,
|
|||||||
}
|
}
|
||||||
|
|
||||||
#if (0)
|
#if (0)
|
||||||
void supervisor_flash_init_vfs(struct _fs_user_mount_t *vfs)
|
void supervisor_flash_init_vfs(struct _fs_user_mount_t *vfs) {
|
||||||
{
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user