Fix nxstyle issues

This commit is contained in:
Nakamura, Yuuichi
2020-04-07 14:42:58 +09:00
committed by patacongo
parent e264484c16
commit 9029e4daee
19 changed files with 476 additions and 299 deletions
@@ -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)
{