aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Build/DMBS/Template/lib/TEMPLATE_LIB/include/template_lib.h
blob: 1baa6357efd1dd37822d92e483e284181f2d1071 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
             DMBS Build System
      Released into the public domain.

   dean [at] fourwalledcubicle [dot] com
         www.fourwalledcubicle.com
 */

// Include Guard
#pragma once

#ifdef __cplusplus
extern "C" {
#endif

// Software version
#define TEMPLATE_LIB_VERSION 100

#include <stdint.h>
#include <stddef.h>

#ifdef __cplusplus
}
#endif