Code cleanup

- Changing header file ifndef define to pragma once's
- Removed duplicate output_com.h's
This commit is contained in:
Jacob Alexander 2015-06-14 13:56:56 -07:00
parent 03f60df94d
commit 5f262ea4b6
75 changed files with 158 additions and 650 deletions

View file

@ -14,8 +14,7 @@
* along with this file. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __LCD_SCAN_H
#define __LCD_SCAN_H
#pragma once
// ----- Includes -----
@ -29,6 +28,3 @@
void LCD_setup();
uint8_t LCD_scan();
#endif // __LCD_SCAN_H