-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathproject.h
28 lines (21 loc) · 844 Bytes
/
project.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/*
ALDS (ARM LPC Driver Set)
project.h:
project specific defines and stuff..
copyright:
Copyright (c) 2006-2007 Bastiaan van Kesteren <[email protected]>
This program comes with ABSOLUTELY NO WARRANTY; for details see the file LICENSE.
This program is free software; you can redistribute it and/or modify it under the terms
of the GNU General Public License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
remarks:
-This file is included in the whole project, and is meant for project-specific
global defines and such
*/
/*!
\file
project specific defines and stuff..
*/
#ifndef PROJECT_H
#define PROJECT_H
#endif /* PROJECT_H */