app dir changed and src dir removed
This commit is contained in:
8
bs/cmds/help.c
Normal file
8
bs/cmds/help.c
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "help.h"
|
||||
|
||||
int cmd_help(jtag_core *jc, int argc, char **argv) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user