1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/common/arduino-atmega
J. David Ibáñez c965ce3de6 boards/common/arduino-atmega: define F_CPU
This fixes the following error:

$ BOARD=arduino-mega2560 make -C tests/pkg_arduino_sdi_12/
[...]
[...]/RIOT/build/pkg/arduino_sdi_12/src/SDI12_boards.cpp:35:16: error: ‘preSDI12_TCCR2B’ defined but not used [-Werror=unused-variable
   35 | static uint8_t preSDI12_TCCR2B;
2021-10-28 15:59:40 +02:00
..
include boards/common/arduino-atmega: define F_CPU 2021-10-28 15:59:40 +02:00
Kconfig boards/common/arduino-atmega: Add Kconfig symbols 2020-06-17 10:59:29 +02:00
led_init.c boards/common/arduino-atmega: define led_init as weak 2020-08-19 09:17:50 +02:00
Makefile boards/common/arduino-atmega: use common/atmega shared code 2018-04-03 14:18:32 +02:00
Makefile.dep boards/common/arduino-atmega: use common/atmega shared code 2018-04-03 14:18:32 +02:00
Makefile.features boards/arduino-atmega: add mapping for Arduino PWM pins 2019-11-15 17:54:30 +01:00
Makefile.include boards/common/arduino-atmega: Refactoring 2020-02-10 14:52:07 +01:00