v0l / radio_tool

Radio firmware tool
https://discord.gg/V596cyatmv
GNU General Public License v3.0
82 stars 16 forks source link

Include cstdint to fix compilation on gcc 13.1.1 #25

Closed f-izzo closed 1 year ago

f-izzo commented 1 year ago

Hi, I'm using radio_tool as a submodule in openrtxtool. radio_tool does not compile with GCC 13.1.1 on Fedora 38 unless I add a couple of missing #import <cstdint>

f-izzo commented 1 year ago

Thanks for merging! :+1: