diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-09-01 12:05:47 +0200 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-09-01 12:05:47 +0200 |
commit | 53f7499009ec5ab5289d4eb343bff527509c47e4 (patch) | |
tree | b8b0d21f3a8ba97c0f4e87ec75448e5cd60a389c | |
parent | 96f2634770d6d32926620859417181c7a8103a9a (diff) | |
download | lufa-53f7499009ec5ab5289d4eb343bff527509c47e4.tar.gz lufa-53f7499009ec5ab5289d4eb343bff527509c47e4.tar.bz2 lufa-53f7499009ec5ab5289d4eb343bff527509c47e4.zip |
Minor documentation improvements.
-rw-r--r-- | LUFA/CodeTemplates/DriverStubs/LEDs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/CodeTemplates/DriverStubs/LEDs.h b/LUFA/CodeTemplates/DriverStubs/LEDs.h index 1400f7c14..bc283966d 100644 --- a/LUFA/CodeTemplates/DriverStubs/LEDs.h +++ b/LUFA/CodeTemplates/DriverStubs/LEDs.h @@ -47,7 +47,7 @@ /* Includes: */ // TODO: Add any required includes here -/* Enable C linkage for C++ Compilers: */ + /* Enable C linkage for C++ Compilers: */ #if defined(__cplusplus) extern "C" { #endif |