O7/rss/include/acc_version.h

15 lines
269 B
C
Raw Normal View History

2024-04-08 14:23:48 +08:00
// Copyright (c) Acconeer AB, 2019-2021
// All rights reserved
#ifndef ACC_VERSION_H_
#define ACC_VERSION_H_
/**
* @brief Get the version of the Acconeer software
*
* @return A string describing the software version.
*/
const char *acc_version_get(void);
#endif