Merge pull request #13 from howard0su/patch-1

Add -Wall to compile options
main
Arjan te Marvelde 2022-12-14 20:23:32 +01:00 zatwierdzone przez GitHub
commit 896a214cfa
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -32,6 +32,7 @@ pico_sdk_init()
# relay.c Switching for the band filter and attenuator relays
add_executable(uSDR-FFT uSDR.c lcd.c si5351.c dsp.c fix_fft.c hmi.c monitor.c relay.c)
target_compile_options(uSDR-FFT PRIVATE -Wall)
pico_set_program_name(uSDR-FFT "uSDR-FFT")
pico_set_program_version(uSDR-FFT "0.1")