remove dumb user hooks comments

This commit is contained in:
Pat Hickey 2012-12-12 15:58:56 -08:00 committed by Andrew Tridgell
parent 901c692ee3
commit 4b84e99f85
4 changed files with 0 additions and 5 deletions

View File

@ -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();

View File

@ -1,5 +1,3 @@
// agmatthews USERHOOKS
void userhook_init()
{
// put your initialisation code here

View File

@ -1,4 +1,3 @@
// agmatthews USERHOOKS
// user defined variables
// example variables used in Wii camera testing - replace with your own

View File

@ -257,7 +257,6 @@ static void init_ardupilot()
inertial_nav.init();
#endif
// agmatthews USERHOOKS
#ifdef USERHOOK_INIT
USERHOOK_INIT
#endif