SmartMesh QSL for STM32F4 version

Fork of COG-AD4050_QSL by APS Lab

sm_clib/dn_clib_version.h

Committer:
APS_Lab
Date:
2018-07-12
Revision:
1:b909b8399252
Parent:
0:8ca1e814a851

File content as of revision 1:b909b8399252:

#ifndef DN_CLIB_VERSION_H
#define DN_CLIB_VERSION_H

#include "dn_clib_build.h"

enum {
   VER_MAJOR = 1,
   VER_MINOR = 0,
   VER_PATCH = 2,
};

#endif