Skip to content

compiler warning  #111

@angrest

Description

@angrest

First of all, thanks for the excellent work!

When compiling with highest warn level, the compiler spits out the message

Arduino/libraries/SmartRC-CC1101-Driver-Lib/ELECHOUSE_CC1101_SRC_DRV.cpp:445:5: warning: 'a' may be used uninitialized in this function [-Wmaybe-uninitialized]
 int a;
     ^

And indeed, if the frequency is set to be outside the specified limits (e.g. 377.9 MHz), a will not be set in the code and thus, something weird be assigned to the PA_TABLE and subsequently written to the chip.
As I am not sure how the chip will react in the first place on a frequency value outside the bands it is designed for, I do not know how relevant this problem actually is.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions