Browse Source

ArduCopter: include config_motors.h in sketch

master
Pat Hickey 13 years ago
parent
commit
0b40f55334
  1. 1
      ArduCopter/ArduCopter.pde

1
ArduCopter/ArduCopter.pde

@ -80,6 +80,7 @@ http://code.google.com/p/ardupilot-mega/downloads/list @@ -80,6 +80,7 @@ http://code.google.com/p/ardupilot-mega/downloads/list
// Configuration
#include "defines.h"
#include "config.h"
#include "config_motors.h"
// Local modules
#include "Parameters.h"

Loading…
Cancel
Save