Skip to content

Commit f17c068

Browse files
committed
update message
1 parent 674e5ee commit f17c068

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

state_raw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ void state_raw() {
275275
if ( (items < 2) ||
276276
(frame.len > 64) ||
277277
(items != 3 + frame.len)) {
278-
PRINT_ERROR("Syntax error in send command\n")
278+
PRINT_ERROR("Syntax error in fdsend command\n")
279279
return;
280280
}
281281

0 commit comments

Comments
 (0)