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:
parent
52d0114fdb
commit
1cc7c7bae0
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue