contain lorawan with serial_rx enabled

Dependencies:   pulga-lorawan-drv SPI_MX25R Si1133 BME280

Revision:
63:4ec1808fb547
Parent:
62:89df9529dbb0
Child:
64:ed68ddac6360
--- a/serial.h	Fri Feb 26 17:07:12 2021 +0000
+++ b/serial.h	Fri Feb 26 18:11:06 2021 +0000
@@ -2,7 +2,7 @@
 #define _SERIAL_H_
 
 #include "mbed.h"
-
+#include "gps.h"
 #define CMD_PRINT_LAST_GPS 'g'
 
 extern RawSerial pc;