Added 404 errors to the RNDIS Webserver example.

This commit is contained in:
Dean Camera 2009-07-29 01:40:42 +00:00
parent 6928f17b64
commit bb05712efe
3 changed files with 103 additions and 32 deletions

View file

@ -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)