Removed non UTF8 char.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2680 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2011-01-23 09:36:19 +00:00
parent 52d0114fdb
commit 1cc7c7bae0
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ typedef struct {
/** /**
* @brief Adds condition flags to the channel's mask. * @brief Adds condition flags to the channel's mask.
* @details This function is usually called from the I/O ISTs in order to * @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. * changes etc.
* *
* @param[in] ip pointer to a @p BaseAsynchronousChannel or derived * @param[in] ip pointer to a @p BaseAsynchronousChannel or derived