This commit is contained in:
Ronald Schaten 2008-07-19 20:19:45 +00:00
parent c016304100
commit a7f8c2931f

View File

@ -706,8 +706,7 @@ uint8_t bufferContains(uint8_t* buffer, uint8_t key) {
* so we can be pretty sure that the keys are in a certain state (as in: not * so we can be pretty sure that the keys are in a certain state (as in: not
* bouncing). Then, the codes for keys and modifiers are searched from the two * bouncing). Then, the codes for keys and modifiers are searched from the two
* arrays, the USB-message to send the state is prepared. The return value of * arrays, the USB-message to send the state is prepared. The return value of
*~ this function indicates if the message has to be sent. * this function indicates if the message has to be sent.
* \return flag to indicate whether something has changed * \return flag to indicate whether something has changed
*/ */
uint8_t scankeys(void) { uint8_t scankeys(void) {