File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ static size_t const CBOR_LORA_MSG_MAX_SIZE = 255;
37
37
LOCAL MODULE FUNCTIONS
38
38
******************************************************************************/
39
39
40
- extern " C " unsigned long getTime ()
40
+ unsigned long getTime ()
41
41
{
42
42
return ArduinoCloud.getInternalTime ();
43
43
}
Original file line number Diff line number Diff line change @@ -59,17 +59,17 @@ extern RTC_HandleTypeDef RTCHandle;
59
59
LOCAL MODULE FUNCTIONS
60
60
******************************************************************************/
61
61
62
- extern " C " unsigned long getTime ()
62
+ unsigned long getTime ()
63
63
{
64
64
return ArduinoCloud.getInternalTime ();
65
65
}
66
66
67
- extern " C " void updateTimezoneInfo ()
67
+ void updateTimezoneInfo ()
68
68
{
69
69
ArduinoCloud.updateInternalTimezoneInfo ();
70
70
}
71
71
72
- extern " C " void setThingIdOutdated ()
72
+ void setThingIdOutdated ()
73
73
{
74
74
ArduinoCloud.setThingIdOutdatedFlag ();
75
75
}
You can’t perform that action at this time.
0 commit comments