Skip to content
This repository was archived by the owner on Apr 24, 2019. It is now read-only.

Commit e21167c

Browse files
authored
Minor edits.
1 parent fbbd412 commit e21167c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/dev_man_serv_enable.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@ void value_updated(M2MBase *base, M2MBase::BaseType type) {
119119
}
120120
}
121121
```
122-
By default callbacks are handled in value_updated() function but application can also define callback function for individual resource.
122+
By default, callbacks are handled in the `value_updated()` function but the application can also define a callback function for an individual resource.
123+
123124
Check the code snippet below for usage.
124125

125126
```

0 commit comments

Comments
 (0)