Stable Release 1.9 compilation error
Open
Beginner friendly
- Dominant language
- C
- Stars
- 343
- Forks
- 245
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
Research direction
Open Firmware/radio/Radio.c and inspect the declarations of set_frequency_registers and scale_uint32 in the Stable release 1.9 code. Confirm the declarations include __pdata, then compile the firmware to verify that the compilation error is resolved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- embedded-iot
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 82/100