diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-10-07 11:55:20 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-10-07 11:55:20 +0000 |
commit | 292a631b62dc06454447110f54757cc2236b6e08 (patch) | |
tree | 5c8507c30b7feccf1e5ac500e14cd301440bfdd7 /LUFA/Drivers/Board/CULV3 | |
parent | ccc82ce74598a00bf484cdec3e186af609efcc50 (diff) | |
download | lufa-292a631b62dc06454447110f54757cc2236b6e08.tar.gz lufa-292a631b62dc06454447110f54757cc2236b6e08.tar.bz2 lufa-292a631b62dc06454447110f54757cc2236b6e08.zip |
Added new NO_SOF_EVENTS compile time option, enabled in the bootloaders to reduce the compiled binary size.
Diffstat (limited to 'LUFA/Drivers/Board/CULV3')
-rw-r--r-- | LUFA/Drivers/Board/CULV3/Buttons.h | 4 | ||||
-rw-r--r-- | LUFA/Drivers/Board/CULV3/LEDs.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/LUFA/Drivers/Board/CULV3/Buttons.h b/LUFA/Drivers/Board/CULV3/Buttons.h index 0ee8ae9f9..770ba54fc 100644 --- a/LUFA/Drivers/Board/CULV3/Buttons.h +++ b/LUFA/Drivers/Board/CULV3/Buttons.h @@ -29,7 +29,7 @@ */ /** \file - * \brief Board specific LED driver header for the Busware CUL V3. + * \brief Board specific LED driver header for the Busware CULV3. * * Board specific LED driver header for the Busware CUL V3 (http://busware.de/tiki-index.php?page=CUL). * @@ -38,7 +38,7 @@ */ /** \ingroup Group_LEDs - * @defgroup Group_LEDs_CULV3 CUL V3 + * @defgroup Group_LEDs_CULV3 CULV3 * * Board specific LED driver header for the Busware CUL V3 (http://busware.de/tiki-index.php?page=CUL). * diff --git a/LUFA/Drivers/Board/CULV3/LEDs.h b/LUFA/Drivers/Board/CULV3/LEDs.h index 1561aea7b..cb5f93490 100644 --- a/LUFA/Drivers/Board/CULV3/LEDs.h +++ b/LUFA/Drivers/Board/CULV3/LEDs.h @@ -38,7 +38,7 @@ */ /** \ingroup Group_LEDs - * @defgroup Group_LEDs_CULV3 CUL V3 + * @defgroup Group_LEDs_CULV3 CULV3 * * Board specific LED driver header for the Busware CUL V3 (http://busware.de/tiki-index.php?page=CUL). * |