Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
083a42d734ebe5786f62dce6180e96bee147b7a9
/
.
/
samples
/
drivers
/
flash_shell
/
src
/
main.c
blob: 2de337414d50a753b49e756730fd8f2e29e5e8b2 [
file
] [
log
] [
blame
]
/*
* Copyright (c) 2017 Linaro Limited
*
* SPDX-License-Identifier: Apache-2.0
*/
#include
<stdio.h>
int
main
(
void
)
{
printf
(
"Flash shell sample"
);
return
0
;
}