Skip to content

Commit b2dba7f

Browse files
committed
Make print_random_number static
1 parent 74de388 commit b2dba7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test-app/app_mcxn.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ static void gpio_init_output(GPIO_Type *gpio, PORT_Type *port,
8383
}
8484

8585
#ifdef WOLFCRYPT_SECURE_MODE
86-
void print_random_number(void)
86+
static void print_random_number(void)
8787
{
8888
WC_RNG rng;
8989
uint32_t rnd;

0 commit comments

Comments
 (0)