From c509883322f2ea5fa6eb0267100294b3b946c6c2 Mon Sep 17 00:00:00 2001 From: theFeiter Date: Sun, 3 Jul 2022 17:24:24 +0200 Subject: [PATCH] missing semi --- FDRS_Gateway/fdrs_functions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FDRS_Gateway/fdrs_functions.h b/FDRS_Gateway/fdrs_functions.h index 6f4986e..dcfa094 100644 --- a/FDRS_Gateway/fdrs_functions.h +++ b/FDRS_Gateway/fdrs_functions.h @@ -140,7 +140,7 @@ void begin_lora(){ } void end_lora(){ - LoRa.end() + LoRa.end(); } void begin_SD(){