mirror of
https://github.com/espressif/openthread.git
synced 2026-08-06 02:37:47 +00:00
[radio] fix clang-format (make-pretty) issue (#11710)
This commit is contained in:
@@ -1155,8 +1155,8 @@ inline uint32_t Radio::GetBusSpeed(void) { return 0; }
|
||||
inline uint32_t Radio::GetBusLatency(void) { return 0; }
|
||||
|
||||
#if OPENTHREAD_CONFIG_DIAG_ENABLE
|
||||
inline void Radio::SetDiagMode(bool) {}
|
||||
inline bool Radio::GetDiagMode(void) { return false; }
|
||||
inline void Radio::SetDiagMode(bool) {}
|
||||
inline bool Radio::GetDiagMode(void) { return false; }
|
||||
#endif
|
||||
#endif // #if OPENTHREAD_CONFIG_RADIO_LINK_IEEE_802_15_4_ENABLE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user