X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fmware%2Fsprintf_test.c;h=8bcbabffd606255c4fc68cb690849b1f9a482c1f;hb=57361899689e96564278652c8676b40485a37c41;hp=3534953afe8f07ca2303637b0fd1262e45260abe;hpb=60d54449c12ed139911df35a9983c14019262d37;p=bertos.git diff --git a/bertos/mware/sprintf_test.c b/bertos/mware/sprintf_test.c index 3534953a..8bcbabff 100644 --- a/bertos/mware/sprintf_test.c +++ b/bertos/mware/sprintf_test.c @@ -33,7 +33,7 @@ * \brief sprintf() implementation based on _formatted_write() * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti */ @@ -41,7 +41,7 @@ #include #include -#include +#include #include @@ -49,7 +49,7 @@ #warning FIXME:Review and refactor this test.. -#ifdef _TEST +#if (ARCH & ARCH_UNITTEST) #include "sprintf.c" #include "formatwr.c" #include "hex.c"