Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
xMasterX committed Mar 24, 2024
1 parent 6e9c797 commit 8f812c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion non_catalog_apps/ifttt/ifttt_virtual_button.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ void ifttt_virtual_button_app_free(VirtualButtonApp* app) {
furi_record_close(RECORD_POWER);
furi_record_close(RECORD_GUI);

furi_hal_serial_async_rx_stop(app->serial_handle);
furi_hal_serial_deinit(app->serial_handle);
furi_hal_serial_control_release(app->serial_handle);

Expand Down

0 comments on commit 8f812c3

Please sign in to comment.