mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 06:42:32 +08:00
Fix typos, 1 in a #define, others in comments. This changes one definition: _MQ_TIMEDRECIEVE is changed to _MQ_TIMEDRECEIVE. It appears this symbol is not used anywhere.
This commit is contained in:
committed by
Gregory Nutt
parent
bf3105fc8f
commit
366053e464
@@ -1294,7 +1294,7 @@ int tsc2007_register(FAR struct i2c_master_s *dev,
|
||||
|
||||
/* If multiple TSC2007 devices are supported, then we will need to add
|
||||
* this new instance to a list of device instances so that it can be
|
||||
* found by the interrupt handler based on the recieved IRQ number.
|
||||
* found by the interrupt handler based on the received IRQ number.
|
||||
*/
|
||||
|
||||
#ifdef CONFIG_TSC2007_MULTIPLE
|
||||
|
||||
Reference in New Issue
Block a user