mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-22 05:14:46 -07:00
RPC: more asserts and checks (#1606)
Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
@@ -215,7 +215,7 @@ static void test_rpc_print_message_list(MsgList_t msg_list) {
|
||||
MsgList_reverse(msg_list);
|
||||
for
|
||||
M_EACH(msg, msg_list, MsgList_t) {
|
||||
rpc_print_message(msg);
|
||||
rpc_debug_print_message(msg);
|
||||
}
|
||||
MsgList_reverse(msg_list);
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user