Merged in russkel/nuttx/russkel/adxl345-remove-comment-references-to-tou-1533231727620 (pull request #702)

adxl345: remove comment references to touchscreens

Approved-by: GregoryN <gnutt@nuttx.org>
This commit is contained in:
Russ Webber 2018-08-02 17:59:59 +00:00 committed by GregoryN
parent d755b07a06
commit ee21bcfaa8
1 changed files with 2 additions and 2 deletions

View File

@ -140,7 +140,7 @@ static ssize_t adxl345_read(FAR struct file *filep, FAR char *buffer, size_t len
if (len < sizeof(struct adxl345_sample_s))
{
/* We could provide logic to break up a touch report into segments and
/* We could provide logic to break up a sample into segments and
* handle smaller reads... but why?
*/
@ -182,7 +182,7 @@ static ssize_t adxl345_read(FAR struct file *filep, FAR char *buffer, size_t len
* Name: adxl345_register
*
* Description:
* This function will register the touchscreen driver as /dev/accelN where N
* This function will register the accelerometer driver as /dev/accelN where N
* is the minor device number
*
* Input Parameters: