Skip to content

Commit

Permalink
Change all config (settings) from _CONFIG to _OPT prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
MaJerle committed Jun 27, 2020
1 parent 3f65cfb commit 6fec285
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
File renamed without changes.
13 changes: 6 additions & 7 deletions gps_nmea_parser/src/include/gps/gps.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,12 @@ extern "C" {
#endif /* __cplusplus */

/**
* \addtogroup GPS_NMEA
* \defgroup GPS_NMEA API functions
* \brief Platform independent GPS NMEA parser
* \{
*/

/**
* \defgroup GPS_NMEA_CONFIG Configuration
* \brief Default configuration setup
* \{
Expand Down Expand Up @@ -163,12 +168,6 @@ extern "C" {
* \}
*/

/**
* \defgroup GPS_NMEA API functions
* \brief Platform independent GPS NMEA parser
* \{
*/

/**
* \brief GPS float definition, can be either `float` or `double`
* \note Check for \ref GPS_CFG_DOUBLE configuration
Expand Down

0 comments on commit 6fec285

Please sign in to comment.