mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-11 06:09:08 -07:00
Merge remote-tracking branch 'ofw/dev' into mntm-dev
This commit is contained in:
@@ -235,7 +235,7 @@ bool rpc_pb_stream_read(pb_istream_t* istream, pb_byte_t* buf, size_t count) {
|
||||
rpc_debug_print_data("INPUT", buf, bytes_received);
|
||||
#endif
|
||||
|
||||
return (count == bytes_received);
|
||||
return count == bytes_received;
|
||||
}
|
||||
|
||||
static bool rpc_pb_content_callback(pb_istream_t* stream, const pb_field_t* field, void** arg) {
|
||||
|
||||
@@ -133,4 +133,4 @@ void rpc_desktop_free(void* context) {
|
||||
|
||||
rpc_desktop->session = NULL;
|
||||
free(rpc_desktop);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -52,4 +52,4 @@ PB_CommandStatus rpc_system_storage_get_error(FS_Error fs_error);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
#define TAG "RpcProperty"
|
||||
|
||||
#define PROPERTY_CATEGORY_DEVICE_INFO "devinfo"
|
||||
#define PROPERTY_CATEGORY_POWER_INFO "pwrinfo"
|
||||
#define PROPERTY_CATEGORY_POWER_INFO "pwrinfo"
|
||||
#define PROPERTY_CATEGORY_POWER_DEBUG "pwrdebug"
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user