Skip to content

Commit

Permalink
drivers/sensor: remove frequent logs
Browse files Browse the repository at this point in the history
Signed-off-by: dongjiuzhu1 <[email protected]>
  • Loading branch information
Donny9 committed Sep 27, 2024
1 parent 4a25277 commit cfdcb4e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/sensors/sensor.c
Original file line number Diff line number Diff line change
Expand Up @@ -822,8 +822,6 @@ static int sensor_ioctl(FAR struct file *filep, int cmd, unsigned long arg)
uint32_t arg1 = (uint32_t)arg;
int ret = 0;

sninfo("cmd=%x arg=%08lx\n", cmd, arg);

switch (cmd)
{
case SNIOC_GET_STATE:
Expand Down

0 comments on commit cfdcb4e

Please sign in to comment.