5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-01-10 09:58:28 -04:00

Put in commented-out APM2 # defines, to save people the trouble of having to type them in themselves.

This commit is contained in:
analoguedevices 2012-01-09 02:00:46 +00:00
parent 8b68da3105
commit 47197891e3

View File

@ -6,6 +6,9 @@
// For example if you wanted the Port 3 baud rate to be 38400 you would add a statement like the one below (uncommented)
//#define SERIAL3_BAUD 38400
// # define CONFIG_APM_HARDWARE APM_HARDWARE_APM2
// # define APM2_BETA_HARDWARE
// You may also put an include statement here to point at another configuration file. This is convenient if you maintain
// different configuration files for different aircraft or HIL simulation. See the examples below