git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2411 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
d573d5f308
commit
feba444df5
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue