mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-17 10:33:49 +01:00
Using `CFLAGS += -DBOOTLOADER_UF2` poisens the ccache. Using the `board.h` only adds entropy to the files actually including that header. The single user of that flag has been updated accordingly. Co-authored-by: crasbe <crasbe@gmail.com>