Enable use of scope_dumper without scope info logging enabled

This commit is contained in:
Jonathan G Rennison
2018-07-25 08:13:15 +01:00
parent bb8c18b017
commit e2a4e51725
2 changed files with 10 additions and 9 deletions

View File

@@ -40,6 +40,8 @@ int WriteScopeLog(char *buf, const char *last)
return b - buf;
}
#endif
// helper functions
const char *scope_dumper::CompanyInfo(int company_id)
{
@@ -106,5 +108,3 @@ const char *scope_dumper::StationInfo(const BaseStation *st)
}
return this->buffer;
}
#endif