mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 17:33:08 +08:00
s/BUSY/EBUSY typo fix, which ressulted in compile error
This commit is contained in:
committed by
Masayuki Ishikawa
parent
99f56b89df
commit
d6686b7409
@@ -998,7 +998,7 @@ static int sam_i2c_transfer(FAR struct i2c_master_s *dev,
|
||||
|
||||
/* Initiate the message transfer */
|
||||
|
||||
ret = -BUSY;
|
||||
ret = -EBUSY;
|
||||
|
||||
/* Initiate the transfer. The rest will be handled from interrupt logic.
|
||||
* Interrupts must be disabled to prevent re-entrance from the interrupt
|
||||
|
||||
Reference in New Issue
Block a user