Skip to content

Commit

Permalink
fix compilation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jvde-github committed Feb 22, 2025
1 parent 355c8f8 commit e602bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Device/N2KsktCAN.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ namespace Device {
#ifdef HASNMEA2000
std::string _iface = "can0";
bool lost = false;
std::vector<std::string> available_networks;
std::vector<std::string> available_intefaces;

public:
N2KSCAN() : Device(Format::N2K, 288000, Type::N2K){};
Expand Down

0 comments on commit e602bab

Please sign in to comment.