mirror of
https://github.com/tsukumijima/px4_drv.git
synced 2025-07-23 20:20:36 +02:00
9 lines
117 B
C
9 lines
117 B
C
// driver_module.h
|
|
|
|
#ifndef __DRIVER_MODULE_H__
|
|
#define __DRIVER_MODULE_H__
|
|
|
|
#define PX4_DRV_VERSION "0.4.0"
|
|
|
|
#endif
|