diff options
| author | Jay <[email protected]> | 2024-12-23 22:19:35 +0900 |
|---|---|---|
| committer | Jay <[email protected]> | 2024-12-23 22:19:35 +0900 |
| commit | eb1c2b83ef09e87964d1d801c3b78caf924af63b (patch) | |
| tree | 99279ab390878e5712427ebf5431b88fe039f5f5 /examples | |
| parent | b029c940356de3645fc224e429d9ec59acf62606 (diff) | |
trimed trailing whitespaces.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/device/hid_composite/src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/hid_composite/src/main.c b/examples/device/hid_composite/src/main.c index bc12d2a93..a58107b6f 100644 --- a/examples/device/hid_composite/src/main.c +++ b/examples/device/hid_composite/src/main.c @@ -209,7 +209,7 @@ static void send_stylus_touch(uint16_t x, uint16_t y, bool state) static bool has_stylus_pen = false; - hid_stylus_report_t report = + hid_stylus_report_t report = { .attr = 0, .x = 0, |
