CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
Ardupilot

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.

GitHub Repository: Ardupilot/ardupilot
Path: blob/master/Tools/AP_Periph/version.cpp
Views: 1798
1
#define FORCE_VERSION_H_INCLUDE
2
#include "AP_Periph.h"
3
#include "version.h"
4
#undef FORCE_VERSION_H_INCLUDE
5
6