X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Scan%2FMD1%2Fscan_loop.h;h=17a06fccb86a4773f9fa092b5ee27971979011ac;hb=5f262ea4b68a07e9b94ce0a49c0f7196e5f32b3b;hp=73508bbef4dd8bd8598c1c6f0007f7de3ca21a26;hpb=d6345c307fa4c64deb3f293fe91760f05c928120;p=kiibohd-controller.git diff --git a/Scan/MD1/scan_loop.h b/Scan/MD1/scan_loop.h index 73508bb..17a06fc 100644 --- a/Scan/MD1/scan_loop.h +++ b/Scan/MD1/scan_loop.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014 by Jacob Alexander +/* Copyright (C) 2014-2015 by Jacob Alexander * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -19,24 +19,13 @@ * THE SOFTWARE. */ -#ifndef __SCAN_LOOP_H -#define __SCAN_LOOP_H +#pragma once // ----- Includes ----- // Compiler Includes #include -// Local Includes - - - -// ----- Defines ----- - - - -// ----- Variables ----- - // ----- Functions ----- @@ -49,6 +38,3 @@ uint8_t Scan_loop( void ); void Scan_finishedWithMacro( uint8_t sentKeys ); // Called by Macro Module void Scan_finishedWithOutput( uint8_t sentKeys ); // Called by Output Module - -#endif // __SCAN_LOOP_H -