blob: d8d77c169a6528616db5f98d5d22ac098402513e [file] [log] [blame]
/*
* Copyright (c) 2018 Diego Sueiro
*
* SPDX-License-Identifier: Apache-2.0
*/
/*
* This sample app launches a shell. Interact with it using the `sensor` command. See
* `drivers/sensor/sensor_shell.c`. There is nothing to do in the main thread.
*/
int main(void)
{
return 0;
}