KT25-0812_82A-UART/apps/soundbox/version.c

12 lines
132 B
C
Raw Normal View History

2025-08-12 10:09:23 +00:00
#include "system/includes.h"
#include "generic/log.h"
#include "app_config.h"
_INLINE_
int app_version_check()
{
return 0;
}