From: Dean Camera Date: Tue, 2 Feb 2010 05:56:47 +0000 (+0000) Subject: Make packet processing code in the Webserver project a bit neater using a switch... X-Git-Tag: LUFA-110528-BETA~627 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/1008260985a50df686bb6c0b73c6a0b10fd24b2b?hp=1008260985a50df686bb6c0b73c6a0b10fd24b2b Make packet processing code in the Webserver project a bit neater using a switch statement instead of an if-else-if chain. ---