|
|
| 424 |
Run some example programs with all log components turned on (e.g. |
424 |
Run some example programs with all log components turned on (e.g. |
| 425 |
``NS_LOG="***"``). |
425 |
``NS_LOG="***"``). |
| 426 |
|
426 |
|
|
|
427 |
* Use an explicit cast for any variable of type uint8_t, e.g. to int. |
| 428 |
Without the cast, the integer is interpreted as a char, and the result |
| 429 |
will be most likely not in line with the expectations. |
| 427 |
|
430 |
|
| 428 |
|
431 |
|
| 429 |
|
|
|