mirror of https://github.com/ArduPilot/ardupilot
remove dumb user hooks comments
This commit is contained in:
parent
901c692ee3
commit
4b84e99f85
|
@ -53,7 +53,6 @@
|
|||
//#define MOTORS_JD850
|
||||
|
||||
|
||||
// agmatthews USERHOOKS
|
||||
// the choice of function names is up to the user and does not have to match these
|
||||
// uncomment these hooks and ensure there is a matching function on your "UserCode.pde" file
|
||||
//#define USERHOOK_FASTLOOP userhook_FastLoop();
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
// agmatthews USERHOOKS
|
||||
|
||||
void userhook_init()
|
||||
{
|
||||
// put your initialisation code here
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// agmatthews USERHOOKS
|
||||
// user defined variables
|
||||
|
||||
// example variables used in Wii camera testing - replace with your own
|
||||
|
|
|
@ -257,7 +257,6 @@ static void init_ardupilot()
|
|||
inertial_nav.init();
|
||||
#endif
|
||||
|
||||
// agmatthews USERHOOKS
|
||||
#ifdef USERHOOK_INIT
|
||||
USERHOOK_INIT
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue