We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5226b0 commit 874d9e9Copy full SHA for 874d9e9
rtt/SEGGER_RTT_zephyr.c
@@ -21,7 +21,7 @@
21
22
K_MUTEX_DEFINE(rtt_term_mutex);
23
24
-static int rtt_init(struct device *unused)
+static int rtt_init(const struct device *unused)
25
{
26
ARG_UNUSED(unused);
27
@@ -30,4 +30,4 @@ static int rtt_init(struct device *unused)
30
return 0;
31
}
32
33
-SYS_INIT(rtt_init, PRE_KERNEL_1, CONFIG_KERNEL_INIT_PRIORITY_OBJECTS);
+SYS_INIT(rtt_init, PRE_KERNEL_1, CONFIG_KERNEL_INIT_PRIORITY_OBJECTS);
0 commit comments