mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Add printf stubs to UVC.
This commit is contained in:
parent
5d296cfa0c
commit
97e52d037c
@ -41,6 +41,15 @@ NORETURN void fb_alloc_fail()
|
||||
__fatal_error();
|
||||
}
|
||||
|
||||
int puts(const char *s) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
int printf(const char *fmt, ...)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
static uint8_t frame_index = 0;
|
||||
static uint8_t format_index = 0;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user