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:
parent
1411092a7b
commit
00ca0d2f1c
41 changed files with 172 additions and 163 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue