Code cleanup
- Changing header file ifndef define to pragma once's - Removed duplicate output_com.h's
This commit is contained in:
parent
03f60df94d
commit
5f262ea4b6
75 changed files with 158 additions and 650 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue