commented unused variable out
This commit is contained in:
parent
0ab8d8abae
commit
09cfed5034
@ -62,6 +62,9 @@
|
|||||||
* proprietary connector. The contained matrix has 13 columns and 22 rows,
|
* proprietary connector. The contained matrix has 13 columns and 22 rows,
|
||||||
* which is too big for a naked Mega32. So I had to make a circuit with some
|
* which is too big for a naked Mega32. So I had to make a circuit with some
|
||||||
* shift registers.
|
* shift registers.
|
||||||
|
* - IBM Host Keyboard: Like the Model M, but with 24 function keys on the top
|
||||||
|
* and 10 additional keys on the left. Many keys are labeled quite strange,
|
||||||
|
* but I guess that's common in the host world.
|
||||||
*
|
*
|
||||||
* Included in the package are circuits for both models, and a firmware that
|
* Included in the package are circuits for both models, and a firmware that
|
||||||
* can be compiled separately for each one.
|
* can be compiled separately for each one.
|
||||||
@ -572,7 +575,7 @@ void calculateSpeed(uint8_t updates) {
|
|||||||
*/
|
*/
|
||||||
int main(void) {
|
int main(void) {
|
||||||
uint8_t updateNeeded = 0;
|
uint8_t updateNeeded = 0;
|
||||||
uint8_t idleCounter = 0;
|
//uint8_t idleCounter = 0;
|
||||||
uint8_t updates = 0;
|
uint8_t updates = 0;
|
||||||
uint16_t tickcounter = 0;
|
uint16_t tickcounter = 0;
|
||||||
wdt_enable(WDTO_2S);
|
wdt_enable(WDTO_2S);
|
||||||
|
Loading…
Reference in New Issue
Block a user