1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tests/driver_at86rf215: add nucleo-f042k6 to BOARD_INSUFFICIENT_MEMORY

This commit is contained in:
MrKevinWeiss 2022-06-16 13:23:58 +02:00
parent 61f14145f4
commit a2ac1c86db
No known key found for this signature in database
GPG Key ID: 4B69974722CBEEAE
2 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,7 @@ BOARD_INSUFFICIENT_MEMORY := \
atmega328p-xplained-mini \
atmega328p \
nucleo-f031k6 \
nucleo-f042k6 \
nucleo-l011k4 \
nucleo-l031k6 \
samd10-xmini \

View File

@ -173,7 +173,6 @@ int test_init(void)
return 0;
}
static int _init_driver(netdev_t *netdev, netdev_event_cb_t cb)
{
/* set the application-provided callback */