Include config.h before visualizer.h

This commit is contained in:
Fred Sundvik 2017-04-15 12:35:55 +03:00
parent a1ce43781a
commit 6c9b4743f7
1 changed files with 1 additions and 1 deletions

View File

@ -22,8 +22,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/
#include "visualizer.h"
#include "config.h"
#include "visualizer.h"
#include <string.h>
#ifdef PROTOCOL_CHIBIOS
#include "ch.h"