Add script reading bootloader flags
[pub/lufa.git] / LUFA / Drivers / Board / Buttons.h
index a74cbd4..b39257c 100644 (file)
@@ -1,13 +1,13 @@
 /*
              LUFA Library
-     Copyright (C) Dean Camera, 2013.
+     Copyright (C) Dean Camera, 2021.
 
   dean [at] fourwalledcubicle [dot] com
            www.lufa-lib.org
 */
 
 /*
-  Copyright 2013  Dean Camera (dean [at] fourwalledcubicle [dot] com)
+  Copyright 2021  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
@@ -93,8 +93,9 @@
 
                #if (BOARD == BOARD_NONE)
                        #define BUTTONS_BUTTON1  0
-                       static inline void       Buttons_Init(void) {};
-                       static inline uint_reg_t Buttons_GetStatus(void) { return 0; };
+                       static inline void       Buttons_Init(void) {}
+                       static inline void       Buttons_Disable(void) {}
+                       static inline uint_reg_t Buttons_GetStatus(void) { return 0; }
                #elif (BOARD == BOARD_USBKEY)
                        #include "AVR8/USBKEY/Buttons.h"
                #elif (BOARD == BOARD_STK525)