HF_BOG make style

This commit is contained in:
cjbrigato 2019-07-24 00:21:35 +02:00
commit 719c7fe314

View file

@ -205,8 +205,6 @@ void RAMFUNC SniffAndStore(uint8_t param) {
if (auth_attempts > 0) {
if (DBGLEVEL > 1)
Dbprintf("[!] Authentication attempts = %u", auth_attempts);
if
size_t size = 4 * auth_attempts;
uint8_t *data = BigBuf_malloc(size);