app_metadata.h
1 /*
2  * SPDX-FileCopyrightText: 2019 HAW Hamburg
3  * SPDX-License-Identifier: LGPL-2.1-only
4  */
5 
6 #pragma once
7 
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20 
21 #ifdef DOXYGEN
35 #define APP_SHELL_FMT
36 #endif
37 
44 
45 #ifdef __cplusplus
46 }
47 #endif
48 
void app_metadata_print_json(void)
Prints the application metadata in json.