diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-07-29 01:40:42 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-07-29 01:40:42 +0000 |
commit | bb05712efe864fd79162a4b0a9c411b7740a2bdb (patch) | |
tree | 8a9953ce896c4f3dcf2b25abb39709ae17346b6c /LUFA | |
parent | 6928f17b640bc2060c7829ed67c797f37c3d92a0 (diff) | |
download | lufa-bb05712efe864fd79162a4b0a9c411b7740a2bdb.tar.gz lufa-bb05712efe864fd79162a4b0a9c411b7740a2bdb.tar.bz2 lufa-bb05712efe864fd79162a4b0a9c411b7740a2bdb.zip |
Added 404 errors to the RNDIS Webserver example.
Diffstat (limited to 'LUFA')
-rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index 1a09e8b8e..483e0a6fd 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -35,6 +35,7 @@ * - Added new LEDs_ToggleLEDs() function to the LEDs driver
* - Added new Pipe_BoundEndpointNumber() and Pipe_IsEndpointBound() functions
* - Added new DEVICE_STATE_AS_GPIOR and HOST_STATE_AS_GPIOR compile time options
+ * - Added 404 errors to the Webserver in the RNDIS demos to indicate invalid URLs
*
* <b>Changed:</b>
* - Deprecated psuedo-scheduler and removed dynamic memory allocator from the library (first no longer needed and second unused)
|