Files
px4_drv/driver/driver_module.h
tsukumi 12a1213912 v0.5.4
2025-06-08 03:28:15 +09:00

9 lines
117 B
C

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