mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-27 21:10:35 +08:00
snapdragon: Applied camelCasing
This commit is contained in:
committed by
Beat Küng
parent
01ecb05341
commit
f8e4e82bba
@@ -84,9 +84,9 @@ public:
|
||||
|
||||
int getHandle() const { return _handle; }
|
||||
|
||||
const orb_metadata *get_meta() const { return _meta; }
|
||||
const orb_metadata *getMeta() const { return _meta; }
|
||||
|
||||
unsigned get_instance() const { return _instance; }
|
||||
unsigned getInstance() const { return _instance; }
|
||||
|
||||
protected:
|
||||
const struct orb_metadata *_meta;
|
||||
|
||||
Reference in New Issue
Block a user