hello: include hello.h
Let source file to include its file .h to validate the exported prototypes. Detected through 'sparse' tool. Change-Id: I6197f21c857833dafc3d6e3b750c764bf4610abd Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: https://review.openocd.org/c/openocd/+/7671 Tested-by: jenkins
This commit is contained in:
parent
d2afdefd26
commit
04a1181288
|
@ -8,6 +8,7 @@
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
#include <helper/log.h>
|
#include <helper/log.h>
|
||||||
|
#include "hello.h"
|
||||||
|
|
||||||
COMMAND_HANDLER(handle_foo_command)
|
COMMAND_HANDLER(handle_foo_command)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue