summaryrefslogtreecommitdiff
path: root/Src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'Src/main.c')
-rw-r--r--Src/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/Src/main.c b/Src/main.c
index 10d43ed..d68add2 100644
--- a/Src/main.c
+++ b/Src/main.c
@@ -253,12 +253,12 @@ int main(void)
/* break; */
/* } */
}
-
- #ifdef TESTING_ENABLE
+
+#ifdef TESTING_ENABLE
sprintf((char*)debug_buf, "MDR trials: %ld\r\n", AF_error_counter);
HAL_UART_Transmit(&huart1, debug_buf, sizeof(debug_buf), 100);
memset(debug_buf, 0, 128);
- #endif
+#endif
#ifdef TESTING_ENABLE
uint8_t mdrbuf[] = "Got MDR: ";