Buttons: Correct some comments left after last button-related change: 32- vs 8-bit bit set.

This commit is contained in:
Gregory Nutt
2017-04-09 14:44:49 -06:00
parent 5104eb530f
commit 77f980e676
58 changed files with 59 additions and 59 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ void board_button_initialize(void)
*
* Description:
* After board_button_initialize() has been called, board_buttons() may be called to
* collect the state of all buttons. board_buttons() returns an 8-bit bit set
* collect the state of all buttons. board_buttons() returns an 32-bit bit set
* with each bit associated with a button. See the BUTTON* definitions
* above for the meaning of each bit in the returned value.
*