Clean up coding style.
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
#include "bridge_protocol_scheduler.h"
|
||||
#include "test_led.h"
|
||||
|
||||
|
||||
key_matrix_t KeyMatrix = {
|
||||
.colNum = KEYBOARD_MATRIX_COLS_NUM,
|
||||
.rowNum = KEYBOARD_MATRIX_ROWS_NUM,
|
||||
@@ -81,8 +80,6 @@ void UpdateUsbReports()
|
||||
}
|
||||
|
||||
void main() {
|
||||
|
||||
|
||||
InitPeripherials();
|
||||
InitClock();
|
||||
LedDriver_InitAllLeds(1);
|
||||
@@ -95,7 +92,7 @@ void main() {
|
||||
|
||||
while (1) {
|
||||
//UpdateUsbReports();
|
||||
restartI2C();
|
||||
restartI2C();
|
||||
asm("wfi");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user