From 64eb93c9c4319538abaddda4725c25ac1741d1e5 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Wed, 17 Apr 2019 22:08:10 +0200 Subject: [PATCH] style --- armsrc/appmain.c | 2 +- client/cmdhw.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/armsrc/appmain.c b/armsrc/appmain.c index 392c697b4..c621c2923 100644 --- a/armsrc/appmain.c +++ b/armsrc/appmain.c @@ -376,7 +376,7 @@ void printUSBSpeed(void) { uint32_t bytes_transferred = 0; LED_B_ON(); - + while (end_time < start_time + USB_SPEED_TEST_MIN_TIME) { reply_ng(CMD_DOWNLOADED_RAW_ADC_SAMPLES_125K, PM3_SUCCESS, test_data, USB_DATANG_SIZE); end_time = GetTickCount(); diff --git a/client/cmdhw.c b/client/cmdhw.c index 2073564d8..97c518231 100644 --- a/client/cmdhw.c +++ b/client/cmdhw.c @@ -448,7 +448,7 @@ static int CmdPingNG(const char *Cmd) { UsbReplyNG resp; uint8_t data[USB_DATANG_SIZE] = {0}; uint16_t cmd = CMD_PING; - for (uint16_t i=0; i