From feba444df5aacdb50c02f731e45fe5bdb0ac64f9 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 21 Nov 2010 15:46:17 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2411 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/include/adc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/os/hal/include/adc.h b/os/hal/include/adc.h index df019fd27..aee876978 100644 --- a/os/hal/include/adc.h +++ b/os/hal/include/adc.h @@ -141,7 +141,7 @@ typedef enum { #endif /* !ADC_USE_WAIT */ /** - * @brief Common ISR code, half buffer full. + * @brief Common ISR code, half buffer event. * @details This code handles the portable part of the ISR code: * - Callback invocation. * . @@ -160,7 +160,7 @@ typedef enum { } /** - * @brief Common ISR code, full buffer full. + * @brief Common ISR code, full buffer event. * @details This code handles the portable part of the ISR code: * - Callback invocation. * - Waiting thread wakeup, if any.