Skip to content

Commit 2b5668e

Browse files
committed
Make a local variable static
1 parent e39a2b1 commit 2b5668e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cores/arduino/stm32/OpenAMP/openamp.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ static struct metal_io_region *shm_io;
3535
static struct metal_io_region *rsc_io;
3636
static struct shared_resource_table *rsc_table;
3737
static struct rpmsg_virtio_shm_pool shpool;
38-
struct rpmsg_virtio_device rvdev;
39-
40-
38+
static struct rpmsg_virtio_device rvdev;
4139
static metal_phys_addr_t shm_physmap;
4240

4341
/**

0 commit comments

Comments
 (0)