From 2bbf9f1ea0cfb30bf61d189cc8c5f3552b363f01 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 20 Aug 2013 10:09:53 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6185 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/rt/src/chtm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'os/rt/src') diff --git a/os/rt/src/chtm.c b/os/rt/src/chtm.c index 24239e0e2..c001dd7e3 100644 --- a/os/rt/src/chtm.c +++ b/os/rt/src/chtm.c @@ -128,8 +128,6 @@ NOINLINE void chTMStopMeasurementX(time_measurement_t *tmp) { tm_stop(tmp, chSysGetRealtimeCounterX(), ch.measurement_offset); } -#endif /* CH_CFG_USE_TM */ - /** * @brief Stops a measurement and chains to the next one using the same time * stamp. @@ -152,4 +150,6 @@ NOINLINE void chTMChainMeasurementToX(time_measurement_t *tmp1, tm_stop(tmp1, tmp2->last, 0); } +#endif /* CH_CFG_USE_TM */ + /** @} */ -- cgit v1.2.3