Skip to content

Commit fcad0dc

Browse files
Apply suggestion from @weebl2000
Co-authored-by: Wessel <[email protected]>
1 parent 8fc9e17 commit fcad0dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

variants/muziworks_r1_neo/target.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ extern MomentaryButton user_btn;
1818
bool radio_init();
1919
uint32_t radio_get_rng_seed();
2020
void radio_set_params(float freq, float bw, uint8_t sf, uint8_t cr);
21-
void radio_set_tx_power(uint8_t dbm);
21+
void radio_set_tx_power(int8_t dbm);
2222
mesh::LocalIdentity radio_new_identity();

0 commit comments

Comments
 (0)