gnss(septentrio): fix line lenghth of module documentation

This commit is contained in:
Thomas Frans 2024-06-21 11:06:45 +02:00 committed by Daniel Agar
parent e27b252433
commit c0663ee85c

View File

@ -546,9 +546,11 @@ int SeptentrioDriver::print_usage(const char *reason)
PRINT_MODULE_DESCRIPTION(
R"DESCR_STR(
### Description
Driver for Septentrio GNSS receivers. It can automatically configure them and make their output available for the rest of the system.
Driver for Septentrio GNSS receivers.
It can automatically configure them and make their output available for the rest of the system.
A secondary receiver is supported for redundancy, logging and dual-receiver heading.
Septentrio receiver baud rates from 57600 to 1500000 are supported. If others are used, the driver will use 230400 and give a warning.
Septentrio receiver baud rates from 57600 to 1500000 are supported.
If others are used, the driver will use 230400 and give a warning.
### Examples