/* * Copyright (c) 2023 Enphase Energy * * SPDX-License-Identifier: Apache-2.0 */ #include int main(void) { /* This sample uses the shell */ k_sleep(K_FOREVER); return 0; }