diff src/comm.asm @ 640:8c1f1f334275

3.13 release
author heinrichsweikamp
date Thu, 29 Oct 2020 09:29:15 +0100
parents 2737ddc643bb
children 682c514c53c0
line wrap: on
line diff
--- a/src/comm.asm	Mon Aug 10 15:34:38 2020 +0200
+++ b/src/comm.asm	Thu Oct 29 09:29:15 2020 +0100
@@ -246,8 +246,9 @@
 comm_command_error:
 	WIN_SMALL comm_status4_column, comm_status4_row	; select font and output position
 	FONT_COLOR_WARNING								; set warning color
-	STRCPY_PRINT "Parameter Error"					; print failure message
+	STRCPY_PRINT "Unknown Parameter"					; print failure message
 	FONT_COLOR_MEMO									; back to standard color
+	bra	comm_service_exit							; abort
 	;bra	comm_drain_rx_queue						; continue with draining the RX queue