Update NEWS

This commit is contained in:
Stefan Rueger 2022-10-11 14:49:44 +01:00
parent 929441eb82
commit e14e5d2f74
No known key found for this signature in database
GPG Key ID: B0B4F1FD86B1EC55
2 changed files with 3 additions and 1 deletions

2
NEWS
View File

@ -140,6 +140,8 @@ Changes since version 7.0:
- Provide cached byte-wise read/write API #1106
- AVR109: support for prodsig read and usersig read/write #1108
- Add missing AVR variants the original JTAG ICE supports #1109
- Improve help message in terminal and provide new command pgerase #1113
- Fix pointer truncation for Windows x64 #1119
* Internals:

View File

@ -1084,7 +1084,7 @@ static int cmd_quell(PROGRAMMER *pgm, AVRPART *p, int argc, char *argv[]) {
return 0;
}
static int tokenize(char * s, char ***argv) {
static int tokenize(char *s, char ***argv) {
int i, n, l, nargs;
int len, slen;
char *buf;