Skip to content

Commit e900395

Browse files
committed
rsc_table: better formatting
1 parent 2b5668e commit e900395

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cores/arduino/stm32/OpenAMP/rsc_table.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
#include "rsc_table.h"
2626
#include "openamp/open_amp.h"
2727

28-
#define RPMSG_IPU_C0_FEATURES 1
29-
#define VRING_COUNT 2
28+
#define RPMSG_IPU_C0_FEATURES 1
29+
#define VRING_COUNT 2
3030

3131
/* VirtIO rpmsg device id */
32-
#define VIRTIO_ID_RPMSG_ 7
32+
#define VIRTIO_ID_RPMSG 7
3333

3434
#if defined (VIRTIO_LOG)
3535
extern char virtio_log_buffer[];
@@ -50,7 +50,7 @@ const struct shared_resource_table __attribute__((__section__(".resource_table")
5050
/* Virtio device entry */
5151
.vdev = {
5252
.type = RSC_VDEV,
53-
.id = VIRTIO_ID_RPMSG_,
53+
.id = VIRTIO_ID_RPMSG,
5454
.notifyid = 0,
5555
.dfeatures = RPMSG_IPU_C0_FEATURES,
5656
.gfeatures = 0,

0 commit comments

Comments
 (0)