mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-29 03:36:07 +08:00
auav_esc35-v1: Inital commit NuttX 7.27+
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -203,3 +203,8 @@ __EXPORT int board_app_initialize(uintptr_t arg)
|
||||
__EXPORT void board_crashdump(uintptr_t currentsp, FAR void *tcb, FAR const uint8_t *filename, int lineno)
|
||||
{
|
||||
}
|
||||
|
||||
__EXPORT int fsync(int fd)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user