Skip to content

Commit

Permalink
s/uint32/sint32/g
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Plant committed Jul 6, 2023
1 parent a3f07c0 commit 3aa33d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/poc_mobile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ message radio_hex_signal_level {
string location = 1;
signal_level signal_level = 2;
// Signal power of the radio in ddBm
uint32 signal_power = 3;
sint32 signal_power = 3;
}

message coverage_object_req_v1 {
Expand Down

0 comments on commit 3aa33d9

Please sign in to comment.