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
|
@ -19,8 +19,7 @@
|
|||
* THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#ifndef __usb_hid_h
|
||||
#define __usb_hid_h
|
||||
#pragma once
|
||||
|
||||
// ----- Defines -----
|
||||
|
||||
|
@ -773,7 +772,3 @@
|
|||
#define AC_DISTRIBUTE_VERTICALLY 0x29C
|
||||
// 0x29D-0xFFFF Reserved
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue