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

examples/spectrum-scanner: Fix building on PIC32 and RISC-V

This commit is contained in:
chrysn 2022-09-20 13:43:15 +02:00
parent 13f94cb11c
commit 59d184f170

View File

@ -20,6 +20,7 @@
*/
#include <stdint.h>
#include <stdio.h>
#include <math.h>
#include "fmt.h"