Skip to content

Commit

Permalink
Merge pull request #79 from tmobile/tmo-fix-lis2dw12-sample-again
Browse files Browse the repository at this point in the history
Fix lis2dw12 sample
  • Loading branch information
jtbaumann authored Jan 19, 2023
2 parents 368b73f + e34919b commit 7d882dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/lis2dw12_sample/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <zephyr/kernel.h>
#include <zephyr/device.h>
#include <zephyr/drivers/sensor.h>
#include <zephyr/drivers/sensor/lis2dw12.h>

#define DOUBLE_TAP_EVENT 0x10U
#define SINGLE_TAP_EVENT 0x08U
Expand Down

0 comments on commit 7d882dd

Please sign in to comment.