X-Git-Url: http://git.kpe.io/?p=avr_cal.git;a=blobdiff_plain;f=src%2Fcalcv.h;fp=src%2Fcalcv.h;h=69c7a958e891b0233c545d24f2e212a27ef93873;hp=0000000000000000000000000000000000000000;hb=a7cfbc1ed842fa277040edabc7df51af8cb31944;hpb=eb1086f8735d3e6410cdd5485139aad7d37dad05 diff --git a/src/calcv.h b/src/calcv.h new file mode 100644 index 0000000..69c7a95 --- /dev/null +++ b/src/calcv.h @@ -0,0 +1,28 @@ +/***************************************************************************** +** FILE IDENTIFICATION +** +** Name: calcv.h +** Purpose: AVR C Compiler Abstraction Layer for CodeVision C Compiler +** Programmer: Kevin Rosenberg (AVRFreaks: kmr) +** Date Started: Dec 2007 +** +** Copyright (c) 2008 by Kevin Rosenberg. All rights reserved. +** +** LICENSE +** See accompaning LICENSE file +** +** CHANGES +** See accompaning ChangeLog file +******************************************************************************/ + +#ifndef __CALCV_H__ +#define __CALCV_H__ + +#ifndef __AVRCAL_H__ +#error This file should not be directly included. It is included by avrcal.h +#endif + +// Standard header files +#include + +#endif