Include config.h before visualizer.h
This commit is contained in:
parent
a1ce43781a
commit
6c9b4743f7
1 changed files with 1 additions and 1 deletions
|
@ -22,8 +22,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
SOFTWARE.
|
SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "visualizer.h"
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
#include "visualizer.h"
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#ifdef PROTOCOL_CHIBIOS
|
#ifdef PROTOCOL_CHIBIOS
|
||||||
#include "ch.h"
|
#include "ch.h"
|
||||||
|
|
Loading…
Reference in a new issue