diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-10-27 23:15:20 +0100 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-10-27 23:15:20 +0100 |
commit | 814d0b9098ec252226c34adf641cc19cd83d34c9 (patch) | |
tree | 978d34509ce247a5e3c7a45142e1d72d96e46983 /LUFA | |
parent | 85141b37f9325b9b02dfffa3319c47f0e57df340 (diff) | |
download | lufa-814d0b9098ec252226c34adf641cc19cd83d34c9.tar.gz lufa-814d0b9098ec252226c34adf641cc19cd83d34c9.tar.bz2 lufa-814d0b9098ec252226c34adf641cc19cd83d34c9.zip |
Minor documentation fixes.
Diffstat (limited to 'LUFA')
-rw-r--r-- | LUFA/Drivers/Board/AVR8/U2S/Buttons.h | 2 | ||||
-rw-r--r-- | LUFA/Drivers/Board/AVR8/U2S/LEDs.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/LUFA/Drivers/Board/AVR8/U2S/Buttons.h b/LUFA/Drivers/Board/AVR8/U2S/Buttons.h index b414bc99a..b3d014a34 100644 --- a/LUFA/Drivers/Board/AVR8/U2S/Buttons.h +++ b/LUFA/Drivers/Board/AVR8/U2S/Buttons.h @@ -29,7 +29,7 @@ */ /** \file - * \brief Board specific Buttons driver header for the Mattairtech JM-DB-U2. + * \brief Board specific Buttons driver header for the U2S. * \copydetails Group_Buttons_U2S * * \note This file should not be included directly. It is automatically included as needed by the Buttons driver diff --git a/LUFA/Drivers/Board/AVR8/U2S/LEDs.h b/LUFA/Drivers/Board/AVR8/U2S/LEDs.h index 2cc36ede7..51472b4f3 100644 --- a/LUFA/Drivers/Board/AVR8/U2S/LEDs.h +++ b/LUFA/Drivers/Board/AVR8/U2S/LEDs.h @@ -29,7 +29,7 @@ */ /** \file - * \brief Board specific LED driver header for the Tempusdictum Benito. + * \brief Board specific LED driver header for the U2S. * \copydetails Group_LEDs_U2S * * \note This file should not be included directly. It is automatically included as needed by the LEDs driver |