Skip to content

Commit

Permalink
Merged in russkel/nuttx/russkel/adxl345-remove-comment-references-to-…
Browse files Browse the repository at this point in the history
…tou-1533231727620 (pull request #702)

adxl345: remove comment references to touchscreens

Approved-by: GregoryN <[email protected]>
  • Loading branch information
russkel authored and gregory-nutt committed Aug 2, 2018
1 parent d755b07 commit ee21bcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/sensors/adxl345_base.c
Original file line number Diff line number Diff line change
Expand Up @@ -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?
*/

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit ee21bcf

Please sign in to comment.