/*
 * build_version.c
 *
 *  Created on: 17 ÿíâ. 2022 ã.
 *      Author: yura
 */


#include "build_version.h"



float build_data_f = BUILD_DATA;
float build_time_f = BUILD_TIME;

int build_data_i = (BUILD_DATA*1000);
int build_time_i = (BUILD_TIME*1000);