blob: 0dcf1980d33b9636e1bee160a1ed737d8ccf2710 [file] [log] [blame]
/*
* Copyright (c) 2022 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr/kernel.h>
int main(void)
{
printk("Start SMBUS shell sample %s\n", CONFIG_BOARD);
return 0;
}