mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-16 02:31:06 +00:00
Declare useful CMDBIT/part functions of developer_opts.c in libavrdude.h
This commit is contained in:
@@ -160,7 +160,7 @@ char *opcode2str(OPCODE *op, int opnum, int detailed) {
|
||||
|
||||
|
||||
// return 0 if op code would encode (essentially) the same SPI command
|
||||
int opcodecmp(OPCODE *op1, OPCODE *op2, int opnum) {
|
||||
static int opcodecmp(OPCODE *op1, OPCODE *op2, int opnum) {
|
||||
char *opstr1, *opstr2, *p;
|
||||
int cmp;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user