mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
freefly_can-rtk-gps_canbootloader: Stub out printf to remove write dependancy
This commit is contained in:
parent
518700b39b
commit
3e9c8e401e
@ -187,6 +187,15 @@ void board_indicate(uiindication_t indication)
|
||||
i2l[indication].hz);
|
||||
}
|
||||
|
||||
// I2C Driver wants to use the px4 log
|
||||
|
||||
__EXPORT void px4_log_modulename(int level, const char *moduleName, const char *fmt, ...)
|
||||
{
|
||||
}
|
||||
|
||||
// I2C Driver wants to use printf etal (putc,wite) so cut it off here
|
||||
|
||||
int printf(FAR const IPTR char *fmt, ...)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user