git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14600 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
4f0085557c
commit
8e7c129fc8
|
@ -28,6 +28,8 @@
|
||||||
#ifndef CH_TEST_H
|
#ifndef CH_TEST_H
|
||||||
#define CH_TEST_H
|
#define CH_TEST_H
|
||||||
|
|
||||||
|
#include <stdarg.h>
|
||||||
|
|
||||||
#if defined(TEST_USE_CFG_FILE)
|
#if defined(TEST_USE_CFG_FILE)
|
||||||
#include "testconf.h"
|
#include "testconf.h"
|
||||||
#endif
|
#endif
|
||||||
|
@ -345,7 +347,6 @@ static inline msg_t test_execute(BaseSequentialStream *stream,
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Prints a decimal unsigned number.
|
* @brief Prints a decimal unsigned number.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue