Fix a compilation error. From Macs Neklyudov

This commit is contained in:
Gregory Nutt
2015-02-16 14:30:15 -06:00
parent 19eea866e6
commit e2bde7037f
+1 -1
View File
@@ -262,7 +262,7 @@ void up_timer_initialize(void)
max_delay /= CONFIG_USEC_PER_TICK;
if (max_delay > UINT32_MAX)
{
g_oneshot_maxticks = UINT32_MAX
g_oneshot_maxticks = UINT32_MAX;
}
else
{