analogdevicesinc / plutosdr_scripts

Small scripts and examples to make interacting with the PlutoSDR easier
GNU General Public License v2.0
75 stars 26 forks source link

makefile: added -std=gnu99 #5

Closed adisuciu closed 5 years ago

adisuciu commented 5 years ago

Some PackRF boards didn't have cal_ad9361 application installed. I found out that building this repository fails.

On some compilers, the default assumed standard will fail compilation To avoid this I specified the C standard to compile the code with.

Signed-off-by: Adrian Suciu adrian.suciu@analog.com

rgetz commented 5 years ago

This looks good to me.

mhennerich commented 5 years ago

merged