1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 06:53:52 +01:00

boards/arduino-leonardo: Add missing dependencies

Somehow Makefile.dep was missing on the Arduino Leonardo. This commit adds it.
This commit is contained in:
Marian Buschsieweke 2019-07-26 17:27:50 +02:00
parent f9f30ed15b
commit e354c8f781
No known key found for this signature in database
GPG Key ID: 61F64C6599B1539F

View File

@ -0,0 +1,3 @@
USEMODULE += boards_common_arduino-atmega
include $(RIOTBOARD)/common/arduino-atmega/Makefile.dep