From 9837b5bb01ab8824a66fbb2ccab8613bcaf87ed5 Mon Sep 17 00:00:00 2001 From: Sacha Weatherstone Date: Tue, 2 Feb 2021 21:19:47 +1100 Subject: [PATCH] Fix formatting --- mesh.proto | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mesh.proto b/mesh.proto index 68a05c2..3eb8b5b 100644 --- a/mesh.proto +++ b/mesh.proto @@ -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; }