1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 04:52:54 +01:00
RIOT/boards/common/arduino-atmega/include
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
..
arduino_board.h boards/common/arduino-atmega: define F_CPU 2021-10-28 15:59:40 +02:00
arduino_pinmap.h
board_common.h boards/common/arduino-atmega: add USEC_ADJUST values 2021-06-15 16:45:34 +02:00
gpio_params.h
periph_conf.h