From 9a1b57db6d7da73e6a1ae070de1835caaf276341 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 24 Feb 2013 10:37:03 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5312 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/templates/i2c_lld.h | 1 + 1 file changed, 1 insertion(+) (limited to 'os/hal/templates/i2c_lld.h') diff --git a/os/hal/templates/i2c_lld.h b/os/hal/templates/i2c_lld.h index 1c4042bd1..cda6bc874 100644 --- a/os/hal/templates/i2c_lld.h +++ b/os/hal/templates/i2c_lld.h @@ -51,6 +51,7 @@ #if !defined(PLATFORM_I2C_USE_I2C1) || defined(__DOXYGEN__) #define PLATFORM_I2C_USE_I2C1 FALSE #endif +/** @} */ /*===========================================================================*/ /* Derived constants and error checks. */ -- cgit v1.2.3