code style aligned
added .clang-format and updated projects Furi and NanoBake with it
This commit is contained in:
@@ -37,7 +37,7 @@ void furi_message_queue_free(FuriMessageQueue* instance);
|
||||
* @return The furi status.
|
||||
*/
|
||||
FuriStatus
|
||||
furi_message_queue_put(FuriMessageQueue* instance, const void* msg_ptr, uint32_t timeout);
|
||||
furi_message_queue_put(FuriMessageQueue* instance, const void* msg_ptr, uint32_t timeout);
|
||||
|
||||
/** Get message from queue
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user