LibreVNA/Software/VNA_embedded/Application/App.h

14 lines
126 B
C
Raw Permalink Normal View History

#pragma once
#ifdef __cplusplus
#include "Protocol.hpp"
extern "C" {
#endif
void App_Start();
#ifdef __cplusplus
}
#endif