X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Scan%2FADCTest%2Fscan_loop.h;h=3e35b5b2f1acabfba44d687c783f4efa41186c73;hb=5f262ea4b68a07e9b94ce0a49c0f7196e5f32b3b;hp=35661057f450636e041515e6aad703f694206ff7;hpb=c25ded384f4fe1f65910f4e1aca66026532eb814;p=kiibohd-controller.git diff --git a/Scan/ADCTest/scan_loop.h b/Scan/ADCTest/scan_loop.h index 3566105..3e35b5b 100644 --- a/Scan/ADCTest/scan_loop.h +++ b/Scan/ADCTest/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,8 +19,7 @@ * THE SOFTWARE. */ -#ifndef __SCAN_LOOP_H -#define __SCAN_LOOP_H +#pragma once // ----- Includes ----- @@ -61,5 +60,3 @@ void Scan_finishedWithUSBBuffer( uint8_t sentKeys ); void Scan_resetKeyboard(); -#endif // __SCAN_LOOP_H -