Skip to content

Commit 59d184f

Browse files
committed
examples/spectrum-scanner: Fix building on PIC32 and RISC-V
1 parent 13f94cb commit 59d184f

File tree

1 file changed

+1
-0
lines changed
  • examples/spectrum-scanner

1 file changed

+1
-0
lines changed

examples/spectrum-scanner/main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
*/
2121

2222
#include <stdint.h>
23+
#include <stdio.h>
2324
#include <math.h>
2425

2526
#include "fmt.h"

0 commit comments

Comments
 (0)