From 3afd4d70eecb7d6d0a2eb78a5ab4d159d8655f34 Mon Sep 17 00:00:00 2001 From: Gerhard Sittig Date: Sun, 2 Aug 2020 21:17:16 +0200 Subject: avr_isp: catch up with warning class for "unknown command" message The decoder implementation moved the "Unknown command" message from the PE annotation class (programming enable instruction) to warnings. Adjust the test expectation. --- decoder/test/avr_isp/atmega88_erase_chip.output | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'decoder/test/avr_isp/atmega88_erase_chip.output') diff --git a/decoder/test/avr_isp/atmega88_erase_chip.output b/decoder/test/avr_isp/atmega88_erase_chip.output index 39b06ca..5e0e120 100644 --- a/decoder/test/avr_isp/atmega88_erase_chip.output +++ b/decoder/test/avr_isp/atmega88_erase_chip.output @@ -13,10 +13,10 @@ 5264650-5265998 avr_isp: refb: "Read extended fuse bits: 0xf9" 5281330-5282678 avr_isp: refb: "Read extended fuse bits: 0xf9" 5297338-5298687 avr_isp: refb: "Read extended fuse bits: 0xf9" -5312699-5314048 avr_isp: pe: "Unknown command: a0 01 fc 00 (reply: 00 a0 01 ff)!" -5329353-5330702 avr_isp: pe: "Unknown command: a0 01 fd 00 (reply: 00 a0 01 ff)!" -5344691-5346042 avr_isp: pe: "Unknown command: a0 01 fe 00 (reply: 00 a0 01 ff)!" -5360931-5362282 avr_isp: pe: "Unknown command: a0 01 ff 00 (reply: 00 a0 01 ff)!" +5312699-5314048 avr_isp: warning: "Unknown command: a0 01 fc 00 (reply: 00 a0 01 ff)!" +5329353-5330702 avr_isp: warning: "Unknown command: a0 01 fd 00 (reply: 00 a0 01 ff)!" +5344691-5346042 avr_isp: warning: "Unknown command: a0 01 fe 00 (reply: 00 a0 01 ff)!" +5360931-5362282 avr_isp: warning: "Unknown command: a0 01 ff 00 (reply: 00 a0 01 ff)!" 5376907-5378241 avr_isp: ce: "Chip erase" 5674961-5676308 avr_isp: pe: "Programming enable" 5674961-5676308 avr_isp: warning: "Warning: Unexpected bytes in reply!" -- cgit v1.2.3-54-g00ecf