You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
344 B
24 lines
344 B
/* |
|
* Board_APM2.h |
|
* |
|
* Created on: Dec 7, 2011 |
|
* |
|
*/ |
|
|
|
#ifndef Board_APM2_H_ |
|
#define Board_APM2_H_ |
|
|
|
#include "AP_Board.h" |
|
|
|
namespace apo { |
|
|
|
class Board_APM2 : public AP_Board { |
|
public: |
|
Board_APM2(mode_e mode, MAV_TYPE vehicle, options_t options); |
|
private: |
|
}; |
|
|
|
} // namespace apo |
|
|
|
#endif /* AP_BOARD_APM2_H_ */ |
|
// vim:ts=4:sw=4:expandtab
|
|
|