From: Dean Camera Date: Wed, 21 Jul 2010 12:20:34 +0000 (+0000) Subject: Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel directory... X-Git-Tag: LUFA-110528-BETA~329 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/99d8a3936384d1e9286dfecfb6f7896294cd6c11?hp=99d8a3936384d1e9286dfecfb6f7896294cd6c11 Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel directory, new named DeviceStandardReq.c/.h and HostStandardReq.c/.h. Rename LowLevel.c/.h to USBController.c/.h. Remove dependancies on the complete header in the HighLevel USB driver directory, to ensure less work is required in later (possible) ports. ---