Skip to content

Commit 032e5f1

Browse files
committed
Blast remvoed function from header
1 parent b7b9c08 commit 032e5f1

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

app/backplane/sensor_module/include/c_sensor_module.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ class CSensorModule : public CProjectConfiguration {
4444
void Cleanup() { dataLoggerTenant.Cleanup(); }
4545

4646
private:
47-
static std::string generateFlightLogPath();
48-
4947
std::string ipAddrStr = CREATE_IP_ADDR(NNetworkDefs::SENSOR_MODULE_IP_ADDR_BASE, 1, CONFIG_MODULE_ID);
5048
const char* sntpServerAddr = "10.2.1.1"; // TODO: Maybe we should look into hostnames? Also, still need to fix the create ip addr bug...
5149

0 commit comments

Comments
 (0)