Skip to content

Commit 90ad62c

Browse files
committed
added a delete, for completion
1 parent 529dec8 commit 90ad62c

File tree

3 files changed

+1
-0
lines changed

3 files changed

+1
-0
lines changed

mcp23017/edit32/build/apps/edit32

0 Bytes
Binary file not shown.

mcp23017/edit32/build/objects/main.o

0 Bytes
Binary file not shown.

mcp23017/edit32/main.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,6 @@ int main(int argc, char **argv){
6868
}
6969
}
7070

71+
delete steps;
7172
return 0;
7273
}

0 commit comments

Comments
 (0)