example_service_multiple_configurations.h
Go to the documentation of this file.
1
// Copyright (c) Acconeer AB, 2020-2022
2
// All rights reserved
3
// This file is subject to the terms and conditions defined in the file
4
// 'LICENSES/license_acconeer.txt', (BSD 3-Clause License) which is part
5
// of this source code package.
6
7
#ifndef EXAMPLE_SERVICE_MULTIPLE_CONFIGURATIONS_H_
8
#define EXAMPLE_SERVICE_MULTIPLE_CONFIGURATIONS_H_
9
10
/**
11
* @brief Service multple configurations example
12
*
13
* @return Returns EXIT_SUCCESS if successful, otherwise EXIT_FAILURE
14
*/
15
int
app_main
(
int
argc,
char
*argv[]);
16
17
18
#endif
app_main
int app_main(int argc, char *argv[])
Service multple configurations example.
Definition:
example_bring_up.c:47