Skip to content

Commit

Permalink
Include config.h before visualizer.h
Browse files Browse the repository at this point in the history
  • Loading branch information
fredizzimo committed Jun 23, 2017
1 parent a1ce437 commit 6c9b474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantum/visualizer/visualizer.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6c9b474

Please sign in to comment.