app dir changed and src dir removed

This commit is contained in:
2025-02-16 17:37:56 +01:00
parent 4f6cd20130
commit f3c2569a30
22 changed files with 88 additions and 58 deletions

10
bs/cmds/list_probes.h Normal file
View File

@@ -0,0 +1,10 @@
#ifndef _LIST_PROBES_H
#define _LIST_PROBES_H
#include "jtag_core/jtag_core.h"
extern const char cmd_list_probes_help[];
int cmd_list_probes(jtag_core *jc, int argc, char *argv[]);
#endif