KT25-0812_82A-UART/apps/soundbox/version.c
2025-08-12 18:09:23 +08:00

12 lines
132 B
C

#include "system/includes.h"
#include "generic/log.h"
#include "app_config.h"
_INLINE_
int app_version_check()
{
return 0;
}