git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2411 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2010-11-21 15:46:17 +00:00
parent d573d5f308
commit feba444df5
1 changed files with 2 additions and 2 deletions

View File

@ -141,7 +141,7 @@ typedef enum {
#endif /* !ADC_USE_WAIT */ #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: * @details This code handles the portable part of the ISR code:
* - Callback invocation. * - 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: * @details This code handles the portable part of the ISR code:
* - Callback invocation. * - Callback invocation.
* - Waiting thread wakeup, if any. * - Waiting thread wakeup, if any.