Minor documentation improvements.

This commit is contained in:
Dean Camera 2012-07-15 18:49:42 +00:00
parent 3ca025f214
commit 5b8b5018f2
5 changed files with 23 additions and 22 deletions

View file

@ -30,11 +30,11 @@
/** \file
*
* Header file for TeensyHID.c.
* Header file for BootloaderHID.c.
*/
#ifndef _TEENSYHID_H_
#define _TEENSYHID_H_
#ifndef _BOOTLOADERHID_H_
#define _BOOTLOADERHID_H_
/* Includes: */
#include <avr/io.h>