Preliminary cleanup of #include structure (#9763)

This commit is contained in:
Scott Lahteine
2018-02-23 00:52:52 -06:00
committed by GitHub
parent a6b7e721cf
commit 90fa423737
36 changed files with 52 additions and 106 deletions

View File

@ -55,9 +55,9 @@ extern "C" volatile uint32_t _millis;
#define B01 1
#define B10 2
#include "include/Arduino.h"
#include <Arduino.h>
#include <pinmapping.h>
#include "pinmapping.h"
#include "fastio.h"
#include "watchdog.h"
#include "serial.h"