SubGhz: refactoring add descriptions (#1012)
* SubGhz: add descriptions * SubGhz: fix syntax Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
@@ -19,7 +19,7 @@ struct SubGhzReceiver {
|
||||
void* context;
|
||||
};
|
||||
|
||||
SubGhzReceiver* subghz_receiver_alloc(SubGhzEnvironment* environment) {
|
||||
SubGhzReceiver* subghz_receiver_alloc_init(SubGhzEnvironment* environment) {
|
||||
SubGhzReceiver* instance = malloc(sizeof(SubGhzReceiver));
|
||||
SubGhzReceiverSlotArray_init(instance->slots);
|
||||
|
||||
|
Reference in New Issue
Block a user