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 bfcd22f commit 9b0f3bfCopy full SHA for 9b0f3bf
src/rp2_common/pico_lwip/lwip_nosys.c
@@ -71,4 +71,8 @@ void sys_arch_unprotect(__unused sys_prot_t pval) {
71
uint32_t sys_now(void) {
72
return to_ms_since_boot(get_absolute_time());
73
}
74
+
75
+__weak uint32_t sys_jiffies(void) {
76
+ return time_us_32();
77
+}
78
#endif
0 commit comments