Skip to content

Commit f87008a

Browse files
authored
Fix: ArduinoCore-samd:master has already been ported to using ArduinoCore-API (#164)
The link in the README was stil pointing to a development branch.
1 parent 5f107eb commit f87008a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Some cores have been ported to the new structure, for example:
1515
* megaAVR (https://github.com/arduino/ArduinoCore-megaAVR)
1616
* nRF52-mbedos (https://github.com/arduino/ArduinoCore-nRF528x-mbedos)
1717
* classic AVR (https://github.com/arduino/ArduinoCore-avr/tree/api)
18-
* SAMD (https://github.com/arduino/ArduinoCore-samd/tree/api)
18+
* SAMD (https://github.com/arduino/ArduinoCore-samd)
1919

2020
These repositories **don't** contain the needed `api` subfolder; to "complete" the core you need to copy or symlink the `api` folder from this repo to the target's `cores/arduino` folder.
2121

0 commit comments

Comments
 (0)