aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/CodeTemplates
diff options
context:
space:
mode:
Diffstat (limited to 'LUFA/CodeTemplates')
-rw-r--r--LUFA/CodeTemplates/DriverStubs/LEDs.h2
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