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:
Philippe Coval
2020-10-12 16:47:26 +02:00
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;
}
/****************************************************************************