SmartMesh QSL for STM32F4 version

Fork of COG-AD4050_QSL by APS Lab

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers dn_clib_version.h Source File

dn_clib_version.h

00001 #ifndef DN_CLIB_VERSION_H
00002 #define DN_CLIB_VERSION_H
00003 
00004 #include "dn_clib_build.h"
00005 
00006 enum {
00007    VER_MAJOR = 1,
00008    VER_MINOR = 0,
00009    VER_PATCH = 2,
00010 };
00011 
00012 #endif