mbed-os/tools/cmake/tests/multiple_executables/app2/main.cpp

13 lines
160 B
C++

/*
* Copyright (c) 2021 Arm Limited
* SPDX-License-Identifier: Apache-2.0
*/
#include "mbed.h"
int main()
{
printf("Application 2\n");
return 0;
}