Lora-net / llcc68_driver

Driver for LLCC68 radio
BSD 3-Clause Clear License
59 stars 24 forks source link

missing type conversion #2

Closed Narukara closed 1 year ago

Narukara commented 2 years ago

A type conversion is missing here. And it produces a warning when compiling.

https://github.com/Lora-net/llcc68_driver/blob/de10d4375f8df58dd169be7955b8e5461831793d/src/llcc68.c#L673

Maybe it should be like this:

status = ( llcc68_status_t ) llcc68_hal_write( context, buf, LLCC68_SIZE_SET_MODULATION_PARAMS_LORA, 0, 0 ); 
smtc-bot commented 1 year ago

Thank you for your inquiry.

Customers are encouraged to submit technical questions via our dedicated support portal at https://semtech.force.com/ldp/ldp_support.

We invite all users to visit the LoRa Developer Portal Forum at https://forum.lora-developers.semtech.com and to join the thriving LoRa development community!