Mercurial > public > ostc4
diff Small_CPU/Inc/uart_Internal.h @ 931:5a9bc2e6112d Evo_2_23
Added Sat Status Overview:
In addition to the navigation data now information regarding the satelliete and signal status are visualized. To enable the a new command has been added to the communication protocol and the position view has been extended.
author | Ideenmodellierer |
---|---|
date | Tue, 03 Dec 2024 20:32:51 +0100 |
parents | 7c996354b8ac |
children | effadaa3a1f7 |
line wrap: on
line diff
--- a/Small_CPU/Inc/uart_Internal.h Tue Dec 03 20:24:06 2024 +0100 +++ b/Small_CPU/Inc/uart_Internal.h Tue Dec 03 20:32:51 2024 +0100 @@ -25,7 +25,7 @@ #include "stm32f4xx_hal.h" -#define BUFFER_NODATA_LOW (0x15) /* The read function needs a signiture which indicates that no data for processing is available.*/ +#define BUFFER_NODATA_LOW (0x15) /* The read function needs a signature which indicates that no data for processing is available.*/ #define BUFFER_NODATA_HIGH (0xA5)