fix path of argparse.h (from old shared project)
This commit is contained in:
parent
36ca6059c1
commit
e72b63b754
6 changed files with 10 additions and 10 deletions
|
@ -10,7 +10,7 @@
|
|||
#include "strings.h"
|
||||
#include "dmx.h"
|
||||
#define ARGPARSE_DE
|
||||
#include "../argparse.h"
|
||||
#include "argparse.h"
|
||||
|
||||
void dump_bank(bank_instr *instr, uint8_t prog, uint8_t name) {
|
||||
bank_instr *ins = &instr[prog];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue