Buld Tests: Update static analysis test for cppcheck 1.86.
[pub/USBasp.git] / Projects / AVRISP-MKII / Lib / V2Protocol.c
index a4fada7..06c6d38 100644 (file)
@@ -1,13 +1,13 @@
 /*
              LUFA Library
 /*
              LUFA Library
-     Copyright (C) Dean Camera, 2014.
+     Copyright (C) Dean Camera, 2019.
 
   dean [at] fourwalledcubicle [dot] com
            www.lufa-lib.org
 */
 
 /*
 
   dean [at] fourwalledcubicle [dot] com
            www.lufa-lib.org
 */
 
 /*
-  Copyright 2014  Dean Camera (dean [at] fourwalledcubicle [dot] com)
+  Copyright 2019  Dean Camera (dean [at] fourwalledcubicle [dot] com)
 
   Permission to use, copy, modify, distribute, and sell this
   software and its documentation for any purpose is hereby granted
 
   Permission to use, copy, modify, distribute, and sell this
   software and its documentation for any purpose is hereby granted
@@ -119,6 +119,9 @@ void V2Protocol_ProcessCommand(void)
                case CMD_CHIP_ERASE_ISP:
                        ISPProtocol_ChipErase();
                        break;
                case CMD_CHIP_ERASE_ISP:
                        ISPProtocol_ChipErase();
                        break;
+               case CMD_OSCCAL:
+                       ISPProtocol_Calibrate();
+                       break;
                case CMD_READ_FUSE_ISP:
                case CMD_READ_LOCK_ISP:
                case CMD_READ_SIGNATURE_ISP:
                case CMD_READ_FUSE_ISP:
                case CMD_READ_LOCK_ISP:
                case CMD_READ_SIGNATURE_ISP: