Small documentation error.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_2.0.x@2259 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2010-10-16 08:32:07 +00:00
parent 22debe89f3
commit c0398f60ed
1 changed files with 0 additions and 1 deletions

View File

@ -135,7 +135,6 @@ __attribute__((noinline))
* @note Tries hard to clear all the pending interrupt sources, we dont want
* to go through the whole ISR and have another interrupt soon after.
*
* @param[in] u pointer to an UART I/O block
* @param[in] sdp communication channel associated to the UART
*/
static void serve_interrupt(SerialDriver *sdp) {