example_diagnostic_test.h
Go to the documentation of this file.
1
// Copyright (c) Acconeer AB, 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_DIAGNOSTIC_TEST_H_
8
#define EXAMPLE_DIAGNOSTIC_TEST_H_
9
10
/**
11
* @brief Assembly test 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[])
Assembly test example.
Definition:
example_bring_up.c:47