mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
Fix nxstyle issues
This commit is contained in:
committed by
patacongo
parent
e264484c16
commit
9029e4daee
@@ -603,7 +603,9 @@ static int sam_lcd_get(FAR struct sam_dev_s *priv, uint8_t cmd,
|
||||
|
||||
ret = sam_sendcmd(priv, cmd);
|
||||
|
||||
/* If the command was sent successfully, then receive any accompanying data */
|
||||
/* If the command was sent successfully, then receive any accompanying
|
||||
* data
|
||||
*/
|
||||
|
||||
if (ret == OK && buflen > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user