mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-29 17:35:18 -05:00
refactor(app): replace struct device * with const struct device *
Replaced with RegExp: /(?<!const )(struct device \*)/g See: https://docs.zephyrproject.org/latest/releases/release-notes-2.4.html PR: #467
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
struct sensor_event {
|
||||
struct zmk_event_header header;
|
||||
uint8_t sensor_number;
|
||||
struct device *sensor;
|
||||
const struct device *sensor;
|
||||
int64_t timestamp;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user