bug fixed: aiframe.h include required _before_ default definition of CONTROL_RATE

This commit is contained in:
Pascal Brisset
2009-02-26 17:02:23 +00:00
parent 26dd939cc3
commit 304164b99a
+1
View File
@@ -116,6 +116,7 @@ extern bool_t power_switch;
/* For backward compatibility with old airframe files */
#include "airframe.h"
#ifndef CONTROL_RATE
#define CONTROL_RATE 20
#endif