Removed non UTF8 char.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_2.2.x@2681 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2011-01-23 09:37:05 +00:00
parent 86bb634d4d
commit 1dad452c73
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ typedef struct {
/**
* @brief Adds condition flags to the channel's mask.
* @details This function is usually called from the I/O ISTs in order to
* notify I/O conditions such as data events, errors, signalù
* notify I/O conditions such as data events, errors, signal
* changes etc.
*
* @param[in] ip pointer to a @p BaseAsynchronousChannel or derived