[PATCH] Updating trace buffer configuration
Chris Johns
chrisj at rtems.org
Fri Jun 1 21:17:35 UTC 2018
On 31/5/18 4:14 am, Sebastian Huber wrote:
> ----- 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,
I follow the style where used.
> the int* ptr is Chis-style
Yes.
> and also popular in the C++ crowd.
Yes and for good reason.
Chris
More information about the devel
mailing list