Skip to content

Commit 76b5dea

Browse files
leave comment explaining why I don't override a functio
1 parent 7441efa commit 76b5dea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

features/FEATURE_BLE/ble/generic/FileSecurityDb.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ class FileSecurityDb : public SecurityDb {
128128
bool public_address
129129
);
130130

131+
/* I am not overriding set_local_sign_counter to avoid constant filesystem writes,
132+
* instead this is synced by sync (which is called on disconnection) */
133+
131134
/* saving and loading from nvm */
132135

133136
virtual void restore();

0 commit comments

Comments
 (0)