Mercurial > public > hwos_code
comparison src/comm.asm @ 640:8c1f1f334275
3.13 release
| author | heinrichsweikamp |
|---|---|
| date | Thu, 29 Oct 2020 09:29:15 +0100 |
| parents | 2737ddc643bb |
| children | 682c514c53c0 |
comparison
equal
deleted
inserted
replaced
| 639:0ff82370991d | 640:8c1f1f334275 |
|---|---|
| 244 ; Notify Error in Parameters | 244 ; Notify Error in Parameters |
| 245 ; | 245 ; |
| 246 comm_command_error: | 246 comm_command_error: |
| 247 WIN_SMALL comm_status4_column, comm_status4_row ; select font and output position | 247 WIN_SMALL comm_status4_column, comm_status4_row ; select font and output position |
| 248 FONT_COLOR_WARNING ; set warning color | 248 FONT_COLOR_WARNING ; set warning color |
| 249 STRCPY_PRINT "Parameter Error" ; print failure message | 249 STRCPY_PRINT "Unknown Parameter" ; print failure message |
| 250 FONT_COLOR_MEMO ; back to standard color | 250 FONT_COLOR_MEMO ; back to standard color |
| 251 bra comm_service_exit ; abort | |
| 251 ;bra comm_drain_rx_queue ; continue with draining the RX queue | 252 ;bra comm_drain_rx_queue ; continue with draining the RX queue |
| 252 | 253 |
| 253 | 254 |
| 254 ;----------------------------------------------------------------------------- | 255 ;----------------------------------------------------------------------------- |
| 255 ; Drain the RX Queue until next Timeout | 256 ; Drain the RX Queue until next Timeout |
