added settings for LWIP and FreeRTOS

This commit is contained in:
kkitayam
2021-03-27 19:12:34 +09:00
parent a1f1941c3f
commit eab214e07c
2 changed files with 12 additions and 4 deletions
+2
View File
@@ -218,4 +218,6 @@ uint32_t board_millis(void)
{
return system_ticks;
}
#else
uint32_t SystemCoreClock = 96000000;
#endif