[PATCH] Updating trace buffer configuration

Sebastian Huber sebastian.huber at embedded-brains.de
Wed May 30 16:14:44 UTC 2018



----- Am 30. Mai 2018 um 15:35 schrieb Amaan Cheval amaan.cheval at gmail.com:

[...]
> Minor, but in most other places in RTEMS, I've seen pointers declared
> with the asterisk on the variable not on the type ("int *ptr;" instead
> of "int* ptr;").
[...]

The int *ptr; is RTEMS-style, the int* ptr is Chis-style and also popular in the C++ crowd.


More information about the devel mailing list