aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/templates/icu_lld.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-11-02 16:38:13 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-11-02 16:38:13 +0000
commit69f211ae2c3f7a42d65e9f3bdb4e192016a53d94 (patch)
tree2241b536eb349dd81abb7ce17781980df72dca94 /os/hal/templates/icu_lld.c
parenta94bfc5f713ee3b7659c53458b61f40ff39dc660 (diff)
downloadChibiOS-69f211ae2c3f7a42d65e9f3bdb4e192016a53d94.tar.gz
ChibiOS-69f211ae2c3f7a42d65e9f3bdb4e192016a53d94.tar.bz2
ChibiOS-69f211ae2c3f7a42d65e9f3bdb4e192016a53d94.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7462 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/templates/icu_lld.c')
-rw-r--r--os/hal/templates/icu_lld.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/os/hal/templates/icu_lld.c b/os/hal/templates/icu_lld.c
index 9ec44cd40..35d8b7d64 100644
--- a/os/hal/templates/icu_lld.c
+++ b/os/hal/templates/icu_lld.c
@@ -13,14 +13,10 @@
See the License for the specific language governing permissions and
limitations under the License.
*/
-/*
- Concepts and parts of this file have been contributed by Fabio Utzig and
- Xo Wang.
- */
/**
- * @file PLATFORM/icu_lld.c
- * @brief PLATFORM ICU subsystem low level driver header.
+ * @file icu_lld.c
+ * @brief PLATFORM ADC subsystem low level driver source.
*
* @addtogroup ICU
* @{
@@ -91,6 +87,7 @@ void icu_lld_start(ICUDriver *icup) {
}
#endif
+ }
}
/**
@@ -109,6 +106,7 @@ void icu_lld_stop(ICUDriver *icup) {
}
#endif
+ }
}
/**