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;
}