Skip to content

Commit 8cb6822

Browse files
authored
Merge pull request #22 from kartben/threadname
bridge.h: add thread name
2 parents a5b03a8 + 38719df commit 8cb6822

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bridge.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ class BridgeClass {
140140
updateEntryPoint,
141141
NULL, NULL, NULL,
142142
UPDATE_THREAD_PRIORITY, 0, K_NO_WAIT);
143+
k_thread_name_set(upd_tid, "bridge");
143144

144145
bool res;
145146
call(RESET_METHOD).result(res);

0 commit comments

Comments
 (0)