Re: [PATCH] c-user: Clarify rtems_partition_delete()

2020-12-01 Thread Gedare Bloom
ok On Tue, Dec 1, 2020 at 8:50 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Move the PTCB sentence to the notes to be in line with > rtems_partition_create(). > > Update #3993. > --- > c-user/partition/directives.rst | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(

[PATCH] c-user: Clarify rtems_partition_delete()

2020-12-01 Thread Sebastian Huber
Move the PTCB sentence to the notes to be in line with rtems_partition_create(). Update #3993. --- c-user/partition/directives.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/c-user/partition/directives.rst b/c-user/partition/directives.rst index 9579877..8bccb09 1006