8000
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 87e1616 commit f50a56dCopy full SHA for f50a56d
nrf5/modules/machine/rtc.c
@@ -44,7 +44,7 @@ typedef struct _machine_rtc_obj_t {
44
RTC_HandleTypeDef RTCHandle0 = {.config.p_instance = NULL, .id = 0};
45
RTC_HandleTypeDef RTCHandle1 = {.config.p_instance = NULL, .id = 1};
46
47
-STATIC const machine_rtc_obj_t machine_rtc_obj[] = {
+STATIC machine_rtc_obj_t machine_rtc_obj[] = {
48
{{&machine_rtc_type}, &RTCHandle0},
49
{{&machine_rtc_type}, &RTCHandle1},
50
};
0 commit comments