Skip to content

Commit c2c09c7

Browse files
leave comment explaining why I don't override a function
1 parent 67ee6f6 commit c2c09c7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

features/FEATURE_BLE/ble/generic/KVStoreSecurityDb.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,9 @@ class KVStoreSecurityDb : public SecurityDb {
194194
bool public_address
195195
);
196196

197+
/* I am not overriding set_local_sign_counter to avoid constant filesystem writes,
198+
* instead this is synced by sync (which is called on disconnection) */
199+
197200
/* saving and loading from nvm */
198201

199202
virtual void restore();

0 commit comments

Comments
 (0)