fix ci build failed

This commit is contained in:
Virus.V 2020-12-24 10:30:03 +08:00 committed by Brennan Ashton
parent 3e0a84182e
commit 5f71e2be79
2 changed files with 60 additions and 1121 deletions

View File

@ -288,7 +288,7 @@ static int bl602_tim_getstatus(FAR struct timer_lowerhalf_s *lower,
(FAR struct bl602_tim_lowerhalf_s *)lower;
uint32_t current_count;
status->timeout = timer_getcompvalue(priv->tim, TIMER_COMP_ID_0);
status->timeout = bl602_timer_getcompvalue(priv->tim, TIMER_COMP_ID_0);
current_count = bl602_timer_getcountervalue(priv->tim);
if (current_count < status->timeout)
{

File diff suppressed because it is too large Load Diff