aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Build/DMBS/Template/lib/TEMPLATE_LIB/src/template_lib_private.h
blob: 714cd3be86434b8f6e0cbf8af5dcf4c7cd087510 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
             DMBS Build System
      Released into the public domain.

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

// Include Guard
#pragma once

#include <stdint.h>
#include <stddef.h>
#include <avr/io.h>