aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Device/PrinterClassDevice.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2018-06-17 15:44:28 +1000
committerDean Camera <dean@fourwalledcubicle.com>2018-06-17 15:44:28 +1000
commitd8e0d67caefa312970787645180ec5db2eff92cb (patch)
tree4850e618ac69328bd39a1448e898e6ef69a97676 /LUFA/Drivers/USB/Class/Device/PrinterClassDevice.h
parent6447bda0efad694b06b18c4cf9182482be427ef8 (diff)
downloadlufa-d8e0d67caefa312970787645180ec5db2eff92cb.tar.gz
lufa-d8e0d67caefa312970787645180ec5db2eff92cb.tar.bz2
lufa-d8e0d67caefa312970787645180ec5db2eff92cb.zip
Remove unneccesary ATTR_CONST from stub functions (thanks to NicoHood).
Diffstat (limited to 'LUFA/Drivers/USB/Class/Device/PrinterClassDevice.h')
-rw-r--r--LUFA/Drivers/USB/Class/Device/PrinterClassDevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Drivers/USB/Class/Device/PrinterClassDevice.h b/LUFA/Drivers/USB/Class/Device/PrinterClassDevice.h
index b23a78230..036a04b4c 100644
--- a/LUFA/Drivers/USB/Class/Device/PrinterClassDevice.h
+++ b/LUFA/Drivers/USB/Class/Device/PrinterClassDevice.h
@@ -273,7 +273,7 @@
static int PRNT_Device_getchar_Blocking(FILE* Stream) ATTR_NON_NULL_PTR_ARG(1);
#endif
- void PRNT_Device_Event_Stub(void) ATTR_CONST;
+ void PRNT_Device_Event_Stub(void);
void EVENT_PRNT_Device_SoftReset(USB_ClassInfo_PRNT_Device_t* const PRNTInterfaceInfo)
ATTR_WEAK ATTR_NON_NULL_PTR_ARG(1) ATTR_ALIAS(PRNT_Device_Event_Stub);