mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Fix formatting
This commit is contained in:
parent
c9ad10d7e2
commit
9837b5bb01
1 changed files with 4 additions and 2 deletions
|
|
@ -959,8 +959,10 @@ enum CriticalErrorCode {
|
|||
*/
|
||||
InvalidRadioSetting = 7;
|
||||
|
||||
// Radio transmit hardware failure. We sent data to the radio chip, but it didn't
|
||||
// reply with an interrupt.
|
||||
/*
|
||||
* Radio transmit hardware failure. We sent data to the radio chip, but it didn't
|
||||
* reply with an interrupt.
|
||||
*/
|
||||
TransmitFailed = 8;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue