2
0
mirror of git://git.code.sf.net/p/openocd/code synced 2025-07-19 11:42:04 +10:00

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:
Antonio Borneo 2023-05-06 18:49:46 +02:00
parent d2afdefd26
commit 04a1181288

View File

@ -8,6 +8,7 @@
#include <config.h>
#endif
#include <helper/log.h>
#include "hello.h"
COMMAND_HANDLER(handle_foo_command)
{