Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/flipperzero-firmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorあく <alleteam@gmail.com>2021-12-05 14:47:02 +0300
committerGitHub <noreply@github.com>2021-12-05 14:47:02 +0300
commit98bc190ac4b1b370dfc1f3a182fd760597761610 (patch)
tree909e24d4591548f0b02ecf8dd7fcf502f1aaf00c /applications/ibutton
parent4b8653e061175245b469cb309eaa6deb4c9ff5bc (diff)
Hackathone session: bugfixes and documentation update (#869)
* ReadMe: update flashing scripts section * Furi: add record exists method to record store. * FuriHal: early OS init and i2c timeouts based on os ticks. * Storage: replace malloc with furi_alloc, fix errors found by pvs. * iButton: properly handle shutdown in cli search command * SubGhz: proper argument type in sscanf and incorrect position of logging in switch.
Diffstat (limited to 'applications/ibutton')
-rw-r--r--applications/ibutton/ibutton-cli.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/applications/ibutton/ibutton-cli.cpp b/applications/ibutton/ibutton-cli.cpp
index 3c26f5ec..c8744766 100644
--- a/applications/ibutton/ibutton-cli.cpp
+++ b/applications/ibutton/ibutton-cli.cpp
@@ -255,7 +255,6 @@ void onewire_cli_search(Cli* cli) {
printf("Search finished\r\n");
onewire.reset_search();
done = true;
- return;
} else {
printf("Found: ");
for(uint8_t i = 0; i < 8; i++) {