]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Scan/STLcd/lcd_scan.h
Merge branch 'master' of github.com:kiibohd/controller
[kiibohd-controller.git] / Scan / STLcd / lcd_scan.h
index 4a519b92a5d2e647aa9030608508c0e1baee2658..096107bc223db0eab800a5a24be33778769abee9 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015 by Jacob Alexander
+/* Copyright (C) 2015-2016 by Jacob Alexander
  *
  * This file is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -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,5 @@
 void LCD_setup();
 uint8_t LCD_scan();
 
-
-#endif // __LCD_SCAN_H
+void LCD_currentChange( unsigned int current );