• Alessandro Rubini's avatar
    wrc.h: define printf as pp_printf · 0bcbe429
    Alessandro Rubini authored
    Sometimes a printf happens in the code, and it eventually prevents the
    wrc to link because it pick up the whole of libc.  While ptp-noposix
    already has a definition of printf to mprintf, we don't have the
    same for ppsi, so let's add it.
    
    Currently, rxts_calibrator.c includes calls to printf, and didn't
    build with CONFIG_PPSI until this commit.
    Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
    0bcbe429
Name
Last commit
Last update
arch/lm32 Loading commit data...
boards/arria Loading commit data...
configs Loading commit data...
dev Loading commit data...
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
monitor Loading commit data...
pp_printf Loading commit data...
ppsi @ 44deab24
ptp-noposix @ 2e46712e
scripts Loading commit data...
shell Loading commit data...
sockitowm Loading commit data...
softpll Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
COPYING Loading commit data...
Kconfig Loading commit data...
Makefile Loading commit data...
Makefile.kconfig Loading commit data...
bigobj.lds Loading commit data...
revision.c Loading commit data...
wrc_main.c Loading commit data...
wrc_ptp.h Loading commit data...
wrc_ptp_noposix.c Loading commit data...
wrc_ptp_ppsi.c Loading commit data...