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:
parent
22debe89f3
commit
c0398f60ed
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue