Fix formatting

This commit is contained in:
Sacha Weatherstone 2021-02-02 21:19:47 +11:00
parent c9ad10d7e2
commit 9837b5bb01

View file

@ -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;
}