SiK icon indicating copy to clipboard operation
SiK copied to clipboard

Stable Release 1.9 compilation error

Open MauroMombelli opened this issue 8 years ago • 0 comments

Hi, the "Stable release" 1.9 has a compilation error in Firmware/radio/Radio.c as the line

 static void    set_frequency_registers(uint32_t frequency);
 static uint32_t scale_uint32(uint32_t value, uint32_t scale);

are missing the __pdata

MauroMombelli avatar Jun 29 '16 09:06 MauroMombelli