Skip to content

Commit 5b83043

Browse files
Include stdint.h from IPAddress.h on SAM
This happened for AVR in 34885b0, this commit makes the SAM version identical again.
1 parent 4e334b2 commit 5b83043

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: hardware/arduino/sam/cores/arduino/IPAddress.h

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#ifndef IPAddress_h
2121
#define IPAddress_h
2222

23+
#include <stdint.h>
2324
#include <Printable.h>
2425

2526
// A class to make it easier to handle and pass around IP addresses

0 commit comments

Comments
 (0)