diff options
author | Christian Pointner <equinox@spreadspace.org> | 2013-02-07 05:36:18 +0000 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2013-02-07 05:36:18 +0000 |
commit | d5c48e75f2170cdf8920b67dbd911ba985205a7e (patch) | |
tree | 3a783dc82d977bade093c5fb1cce00594eb41e86 /lib/util.h | |
parent | naming conventions for keystore (diff) |
small cleanup
git-svn-id: https://svn.spreadspace.org/avr/trunk@186 aa12f405-d877-488e-9caf-2d797e2a1cc7
Diffstat (limited to 'lib/util.h')
-rw-r--r-- | lib/util.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,8 +20,8 @@ * along with spreadspace avr utils. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef SPREADSPACE_util_h_INCLUDED -#define SPREADSPACE_util_h_INCLUDED +#ifndef SPREADAVR_util_h_INCLUDED +#define SPREADAVR_util_h_INCLUDED void cpu_init(void); void reset2bootloader(void); |