Skip to content

Commit

Permalink
tests/periph/spi_dma: fix Makefile.ci
Browse files Browse the repository at this point in the history
The `Makefile.ci` was intended to be read and generated by command
line utilities and the contents should look exactly like this:

```
BOARD_INSUFFICIENT_MEMORY += \
    board_a \
    board_b \
    ... \
    #
```

No fancy schmancy, no `include`, no nothing. This fixes the format.
  • Loading branch information
maribu committed Feb 12, 2024
1 parent 270aa70 commit 1fcf778
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/periph/spi_dma/Makefile.ci

This file was deleted.

0 comments on commit 1fcf778

Please sign in to comment.