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(){