projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed possible invalid program execution when in host mode if corrupt descriptor...
[pub/USBasp.git]
/
Projects
/
Incomplete
/
StandaloneProgrammer
/
DiskHost.c
diff --git
a/Projects/Incomplete/StandaloneProgrammer/DiskHost.c
b/Projects/Incomplete/StandaloneProgrammer/DiskHost.c
index
b5412de
..
a0e2521
100644
(file)
--- a/
Projects/Incomplete/StandaloneProgrammer/DiskHost.c
+++ b/
Projects/Incomplete/StandaloneProgrammer/DiskHost.c
@@
-1,13
+1,13
@@
/*
LUFA Library
/*
LUFA Library
- Copyright (C) Dean Camera, 201
0
.
+ Copyright (C) Dean Camera, 201
1
.
dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org
*/
/*
dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org
*/
/*
- Copyright 201
0
Dean Camera (dean [at] fourwalledcubicle [dot] com)
+ Copyright 201
1
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
@@
-47,6
+47,7
@@
USB_ClassInfo_MS_Host_t DiskHost_MS_Interface =
},
};
},
};
+
void DiskHost_USBTask(void)
{
if (USB_HostState == HOST_STATE_Addressed)
void DiskHost_USBTask(void)
{
if (USB_HostState == HOST_STATE_Addressed)