mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-10 20:52:11 +01:00
3489b0c2ab
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@277 ebee16cc-31ac-478f-84a7-5cbb03baadba
7 lines
143 B
C++
7 lines
143 B
C++
#include "uavobjectsinit.h"
|
|
|
|
void UAVObjectsInitialize(UAVObjectManager* objMngr)
|
|
{
|
|
//objMngr->registerObject( new TestObject() );
|
|
}
|