Files
px4_drv/driver/driver_module.h
2021-02-26 21:15:02 +09:00

9 lines
117 B
C

// driver_module.h
#ifndef __DRIVER_MODULE_H__
#define __DRIVER_MODULE_H__
#define PX4_DRV_VERSION "0.4.0"
#endif