Renaming the .h and .cpp files
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@
|
|||||||
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "SparkFun_Ublox_Arduino_Library.h"
|
#include "SparkFun_u-blox_GNSS_Arduino_Library.h"
|
||||||
|
|
||||||
SFE_UBLOX_GPS::SFE_UBLOX_GPS(void)
|
SFE_UBLOX_GPS::SFE_UBLOX_GPS(void)
|
||||||
{
|
{
|
||||||
@@ -43,7 +43,7 @@
|
|||||||
#ifndef __u_blox_structs_h__
|
#ifndef __u_blox_structs_h__
|
||||||
#define __u_blox_structs_h__
|
#define __u_blox_structs_h__
|
||||||
|
|
||||||
#include "SparkFun_Ublox_Arduino_Library.h"
|
#include "SparkFun_u-blox_GNSS_Arduino_Library.h"
|
||||||
|
|
||||||
#ifndef DEF_NUM_SENS
|
#ifndef DEF_NUM_SENS
|
||||||
#define DEF_NUM_SENS 7 // The maximum number of ESF sensors
|
#define DEF_NUM_SENS 7 // The maximum number of ESF sensors
|
||||||
|
|||||||
Reference in New Issue
Block a user