mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 18:37:46 +08:00
freedom-k64f: Close statement with semicolon in board_buttons
More changes to come Change-Id: Ie60fd97083c4bc1b5b631d2e812b93bff304760a Forwarded: https://github.com/apache/incubator-nuttx/pull/1967 Signed-off-by: Philippe Coval <rzr@users.sf.net>
This commit is contained in:
committed by
Xiang Xiao
parent
7be1739b41
commit
718d928342
@@ -108,7 +108,7 @@ uint32_t board_buttons(void)
|
||||
ret |= BUTTON_SW3_BIT;
|
||||
}
|
||||
|
||||
return ret
|
||||
return ret;
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user