Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
philam2001 committed Oct 30, 2024
1 parent 527cca4 commit 97055e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/quadruna/VC/src/io/io_sbgEllipse.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
/* ------------------------------------ Defines ------------------------------------- */

#define UART_RX_PACKET_SIZE 128 // Size of each received UART packet, in bytes
#define QUEUE_MAX_SIZE 4095 // 4kB
#define QUEUE_MAX_SIZE 4095 // 4kB, keep data low because it may watchdog

/* --------------------------------- Variables ---------------------------------- */
extern UART_HandleTypeDef huart2;
Expand Down

0 comments on commit 97055e7

Please sign in to comment.