From bcb627e1a1bb9f013670d981ead2db97d7c70608 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Thu, 7 Jul 2011 07:38:22 +0000 Subject: [PATCH] Add missing doxygen group terminator to the new CompilerSpecific.h header file. --- LUFA/Common/CompilerSpecific.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LUFA/Common/CompilerSpecific.h b/LUFA/Common/CompilerSpecific.h index ee6db461bb..9dcd7637cd 100644 --- a/LUFA/Common/CompilerSpecific.h +++ b/LUFA/Common/CompilerSpecific.h @@ -94,3 +94,5 @@ #endif +/** @} */ +