CCID: Add support for PC-to-Reader XfrBlock message
[pub/USBasp.git] / Bootloaders / Printer / BootloaderAPI.h
index c2d9b4a..9ac6bfc 100644 (file)
@@ -1,13 +1,13 @@
 /*
              LUFA Library
-     Copyright (C) Dean Camera, 2017.
+     Copyright (C) Dean Camera, 2018.
 
   dean [at] fourwalledcubicle [dot] com
            www.lufa-lib.org
 */
 
 /*
-  Copyright 2017  Dean Camera (dean [at] fourwalledcubicle [dot] com)
+  Copyright 2018  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
@@ -39,6 +39,7 @@
        /* Includes: */
                #include <avr/io.h>
                #include <avr/boot.h>
+               #include <util/atomic.h>
                #include <stdbool.h>
 
                #include <LUFA/Common/Common.h>