Skip to content

Commit

Permalink
cpu/sam0_common/periph_gpio_ll: Add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
maribu committed Nov 23, 2024
1 parent 7efd29e commit 56ef1ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cpu/sam0_common/periph/gpio_ll.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@
#include "periph/gpio_ll.h"

#ifdef MODULE_FMT
#include "fmt.h"
# include "fmt.h"
#else
# include <stdio.h>
static inline void print_str(const char *str)
{
fputs(str, stdout);
Expand Down

0 comments on commit 56ef1ea

Please sign in to comment.