Skip to content

Commit ee39194

Browse files
committed
Adding empty-line at end of library.properties and MacAddress.cpp.
1 parent ce62fb0 commit ee39194

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ sentence=Generic library for providing IP based 10BASE-T1S communication.
66
paragraph=This Arduino library provides both low-level drivers and high-level abstractions to perform real-time communication via 10BASE-T1S, a multi-drop capable Ethernet standard.
77
category=Communication
88
url=https://github.com/arduino-libraries/Arduino_10BASE_T1S
9-
architectures=samd,renesas_uno,renesas_portenta,mbed_giga,mbed_portenta
9+
architectures=samd,renesas_uno,renesas_portenta,mbed_giga,mbed_portenta

src/MacAddress.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,4 @@ void get_unique_chip_id_3(uint8_t * uid)
105105
extern "C" int LWIP_RAND() {
106106
return rand();
107107
}
108-
#endif
108+
#endif

0 commit comments

Comments
 (0)