/* * Copyright (c) 2017 Linaro Limited * * SPDX-License-Identifier: Apache-2.0 */ #include int main(void) { printf("Flash shell sample"); return 0; }