ttlappalainen / NMEA0183

Library for handling NMEA0183 messages
69 stars 44 forks source link

NMEA0183Messages.h: Changed the include style for NMEA0183Msg.h to quotes. #45

Closed Andrei-Errapart closed 1 year ago

Andrei-Errapart commented 1 year ago

This permits the compiler to find the file when it is in the same directory. Rationale: This way one can have NMEA0183 in a subdirectory and one can do #include <NMEA0183/NMEA0183Messages.h> and the compiler will do the right thing and find the NMEA0183Msg.h instead of complaining.