|
|
@ -1,6 +1,6 @@ |
|
|
|
/****************************************************************************
|
|
|
|
/****************************************************************************
|
|
|
|
* |
|
|
|
* |
|
|
|
* (c) 2009-2016 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org>
|
|
|
|
* (c) 2009-2018 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org>
|
|
|
|
* |
|
|
|
* |
|
|
|
* QGroundControl is licensed according to the terms in the file |
|
|
|
* QGroundControl is licensed according to the terms in the file |
|
|
|
* COPYING.md in the root of the source code directory. |
|
|
|
* COPYING.md in the root of the source code directory. |
|
|
@ -8,8 +8,7 @@ |
|
|
|
****************************************************************************/ |
|
|
|
****************************************************************************/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef RadioConfigTest_H |
|
|
|
#pragma once |
|
|
|
#define RadioConfigTest_H |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include "UnitTest.h" |
|
|
|
#include "UnitTest.h" |
|
|
|
#include "MockLink.h" |
|
|
|
#include "MockLink.h" |
|
|
@ -116,4 +115,3 @@ private: |
|
|
|
RadioComponentController* _controller; |
|
|
|
RadioComponentController* _controller; |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
#endif |
|
|
|
|
|
|
|