minor: clean formating

This commit is contained in:
King Kévin 2024-04-14 03:27:24 +02:00
parent 48cbeb2c91
commit 908c1de5d4
1 changed files with 9 additions and 13 deletions

View File

@ -72,10 +72,6 @@ static uint32_t key_when = 0; // when HID keyboard press report is sent
static uint8_t user_paste = 0; // how much of the username is pasted
static uint8_t pass_paste = 0; // how much of the username is pasted
//--------------------------------------------------------------------+
// MACRO CONSTANT TYPEDEF PROTYPES
//--------------------------------------------------------------------+
// LED blink period, in ms
#define BLINK_TIME (500U)
@ -212,8 +208,8 @@ int main(void)
tud_cdc_write_str(str);
tud_cdc_write_flush();
board_uart_write(str, sizeof(str) - 1);
credentials = false;
// clear credentials
credentials = false;
memset(username, 0, sizeof(username));
memset(password, 0, sizeof(password));
pasted_when = 0;