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 __CONNECT_SCAN_H
#define __CONNECT_SCAN_H
#pragma once
// ----- Includes -----
@ -117,6 +116,3 @@ typedef struct AnimationCommand {
void Connect_setup( uint8_t master );
void Connect_scan();
#endif // __CONNECT_SCAN_H