Skip to content

Commit

Permalink
Update gps_uart.h
Browse files Browse the repository at this point in the history
  • Loading branch information
haisenteck authored Jan 27, 2024
1 parent b98c1c5 commit f66db0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gps_uart.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <notification/notification_messages.h>

#define RX_BUF_SIZE 1024
#define UART_CH (FuriHalSerialIdUsart)

static const int gps_baudrates[6] = {4800, 9600, 19200, 38400, 57600, 115200};
static int current_gps_baudrate = 1;
Expand Down Expand Up @@ -36,6 +37,8 @@ typedef struct {
bool changing_baudrate;
bool backlight_on;
SpeedUnit speed_units;

FuriHalSerialHandle* serial_handle;

GpsStatus status;
} GpsUart;
Expand Down

0 comments on commit f66db0e

Please sign in to comment.