projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
MassStorageBootloader: Fix lower nibble cluster update.
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
Core
/
USBTask.h
diff --git
a/LUFA/Drivers/USB/Core/USBTask.h
b/LUFA/Drivers/USB/Core/USBTask.h
index
7c0917f
..
2712df1
100644
(file)
--- a/
LUFA/Drivers/USB/Core/USBTask.h
+++ b/
LUFA/Drivers/USB/Core/USBTask.h
@@
-1,13
+1,13
@@
/*
LUFA Library
/*
LUFA Library
- Copyright (C) Dean Camera, 201
4
.
+ Copyright (C) Dean Camera, 201
9
.
dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org
*/
/*
dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org
*/
/*
- Copyright 201
4
Dean Camera (dean [at] fourwalledcubicle [dot] com)
+ Copyright 201
9
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
@@
-186,9
+186,9
@@
#endif
/* Macros: */
#endif
/* Macros: */
- #define HOST_TASK_NONBLOCK_WAIT(Duration, NextState)
MACROS
{ USB_HostState = HOST_STATE_WaitForDevice; \
-
WaitMSRemaining = (Duration); \
- PostWaitState = (NextState); }MACROE
+ #define HOST_TASK_NONBLOCK_WAIT(Duration, NextState)
do
{ USB_HostState = HOST_STATE_WaitForDevice; \
+ WaitMSRemaining = (Duration); \
+ PostWaitState = (NextState); } while (0)
#endif
/* Disable C linkage for C++ Compilers: */
#endif
/* Disable C linkage for C++ Compilers: */