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 /src | |
| parent | b029c940356de3645fc224e429d9ec59acf62606 (diff) | |
trimed trailing whitespaces.
Diffstat (limited to 'src')
| -rw-r--r-- | src/class/hid/hid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/hid/hid.h b/src/class/hid/hid.h index fb27c0d0e..b179fc72a 100644 --- a/src/class/hid/hid.h +++ b/src/class/hid/hid.h @@ -340,7 +340,7 @@ typedef struct TU_ATTR_PACKED } hid_stylus_report_t; // Standard Stylus Pen Attributes Bitmap. -typedef enum +typedef enum { STYLUS_ATTR_TIP_SWITCH = TU_BIT(0), ///< Tip switch STYLUS_ATTR_IN_RANGE = TU_BIT(1), ///< In-range bit. |
