Skip to content
Snippets Groups Projects
Commit f3dc649e authored by Cristian Maglie's avatar Cristian Maglie
Browse files

Fixed warnings

parent 0175ec85
No related branches found
No related tags found
No related merge requests found
......@@ -22,9 +22,9 @@
#include <string.h>
#include "../Arduino.h"
#include "../wiring_private.h"
#include "USB_host.h"
#include "samd21_host.h"
#include "wiring_digital.h"
#define HOST_DEFINED
#ifdef HOST_DEFINED
......
......@@ -17,6 +17,7 @@
*/
#include "Arduino.h"
#include "wiring_private.h"
#include <string.h>
......
......@@ -17,6 +17,7 @@
*/
#include "Arduino.h"
#include "wiring_private.h"
#ifdef __cplusplus
extern "C" {
......
......@@ -16,7 +16,7 @@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "WVariant.h"
#include "Arduino.h"
#include "wiring_private.h"
int pinPeripheral( uint32_t ulPin, EPioType ulPeripheral )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment