MassStorageBootloader: Fix lower nibble cluster update.
[pub/USBasp.git] / Demos / Device / ClassDriver / CCID / Lib / Iso7816.h
index f5fc1d7..dbebb4c 100644 (file)
@@ -1,14 +1,14 @@
 /*
              LUFA Library
 /*
              LUFA Library
-     Copyright (C) Dean Camera, 2018.
+     Copyright (C) Dean Camera, 2019.
 
   dean [at] fourwalledcubicle [dot] com
            www.lufa-lib.org
 */
 
 /*
 
   dean [at] fourwalledcubicle [dot] com
            www.lufa-lib.org
 */
 
 /*
-  Copyright 2018  Dean Camera (dean [at] fourwalledcubicle [dot] com)
-  Copyright 2018  Filipe Rodrigues (filipepazrodrigues [at] gmail [dot] com)
+  Copyright 2019  Dean Camera (dean [at] fourwalledcubicle [dot] com)
+  Copyright 2019  Filipe Rodrigues (filipepazrodrigues [at] gmail [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
@@ -36,7 +36,9 @@
                #include <avr/power.h>
                #include <avr/interrupt.h>
                #include <stdlib.h>
                #include <avr/power.h>
                #include <avr/interrupt.h>
                #include <stdlib.h>
+               #include <string.h>
 
        /* Function Prototypes: */
 
        /* Function Prototypes: */
-               void Iso7816_CreateSimpleAtr(uint8_t* attr, uint8_t* attrLength);
+               void Iso7816_CreateSimpleAtr(uint8_t* const attr,
+                                            uint8_t* const attrLength);
 #endif
 #endif