diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2011-09-21 23:40:05 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2011-09-21 23:40:05 +0000 |
commit | 022fa26b43f062ca6e4b23c64ec2d0d0bab7e377 (patch) | |
tree | 8e803d83ebf0e5e7e7d7fda120203a1a6b184540 /LUFA/ManPages | |
parent | b5682f2c4476c368589c084b374bcdd997e85cdb (diff) | |
download | lufa-022fa26b43f062ca6e4b23c64ec2d0d0bab7e377.tar.gz lufa-022fa26b43f062ca6e4b23c64ec2d0d0bab7e377.tar.bz2 lufa-022fa26b43f062ca6e4b23c64ec2d0d0bab7e377.zip |
Fix missing C++ linkage command in ArchitectureSpecific.h.
Fix missing closing brace in an Endpoint function for the UC3 targets.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r-- | LUFA/ManPages/LUFAPoweredProjects.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/LUFA/ManPages/LUFAPoweredProjects.txt b/LUFA/ManPages/LUFAPoweredProjects.txt index a46e2c68f..2a5ff2a21 100644 --- a/LUFA/ManPages/LUFAPoweredProjects.txt +++ b/LUFA/ManPages/LUFAPoweredProjects.txt @@ -37,6 +37,7 @@ * * - Accelerometer Game Joystick: http://www.crictor.co.il/he/episodes/joystick/ * - Arcade Controller: http://fletchtronics.net/arcade-controller-made-petunia + * - Arcade Joystick: http://jamie.lentin.co.uk/embedded/arcade-joystick/ * - AVR USB Modem, a 3G Wireless Modem host: http://code.google.com/p/avrusbmodem/ * - Bicycle POV: http://www.code.google.com/p/bicycleledpov/ * - Bluetooth Explorerbot: http://code.google.com/p/bluetooth-explorerbot/ @@ -85,6 +86,7 @@ * - SDR1, a Software Defined Radio firmware: https://code.google.com/p/sdr-mk1/ * - SEGA Megadrive/Genesis Development Cartridge: http://www.makestuff.eu/wordpress/?page_id=398 * - Serial Line bus analyser: http://www.pjrc.com/teensy/projects/SerialAnalyzer.html + * - Smartcard Detective: https://code.google.com/p/smartcarddetective/ * - SmartportVHD Apple II Mass Storage adapter: http://pcedric3.free.fr/SmartportVHD/ * - Single LED Matrix Display: http://guysoft.wordpress.com/2009/10/08/bumble-b/ * - Stripe Snoop, a Magnetic Card reader: http://www.ossguy.com/ss_usb/ |