git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14600 27425a3e-05d8-49a3-a47f-9c15f0e5edd8

This commit is contained in:
Giovanni Di Sirio 2021-07-14 13:17:50 +00:00
parent 4f0085557c
commit 8e7c129fc8
1 changed files with 2 additions and 1 deletions

View File

@ -28,6 +28,8 @@
#ifndef CH_TEST_H
#define CH_TEST_H
#include <stdarg.h>
#if defined(TEST_USE_CFG_FILE)
#include "testconf.h"
#endif
@ -345,7 +347,6 @@ static inline msg_t test_execute(BaseSequentialStream *stream,
}
#endif
/**
* @brief Prints a decimal unsigned number.
*