Ignore:
Timestamp:
2018-09-13T12:05:53Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cc74cb5
Parents:
b2aaaa0
git-author:
Jiri Svoboda <jiri@…> (2018-09-13 07:09:46)
git-committer:
Jiri Svoboda <jiri@…> (2018-09-13 12:05:53)
Message:

Fix vertical spacing with new Ccheck revision.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbhid/include/usb/hid/hid_report_items.h

    rb2aaaa0 r09ab0a9a  
    3838#include <stdint.h>
    3939
    40 
    4140/*
    4241 * Item prefix
     
    5756#define USB_HID_ITEM_IS_LONG(data)      (data == 0xFE)
    5857
    59 
    6058/*
    6159 * Extended usage macros
     
    7068/** Cuts usage of the extended usage */
    7169#define USB_HID_EXTENDED_USAGE(usage)           (usage & 0xFFFF)
    72 
    7370
    7471/*
     
    143140#define USB_HID_ITEM_FLAG_BUFFERED(flags)       ((flags & 0x100) == 0x100)
    144141
    145 
    146 
    147142/* MAIN ITEMS */
    148143
     
    185180 */
    186181#define USB_HID_REPORT_TAG_END_COLLECTION       0xC
    187 
    188 
    189182
    190183/* GLOBAL ITEMS */
     
    273266#define USB_HID_REPORT_TAG_POP                  0xB
    274267
    275 
    276 
    277268/* LOCAL ITEMS */
    278269
     
    348339#define USB_HID_REPORT_TAG_DELIMITER            0xA
    349340
    350 
    351 
    352341#endif
    353342/**
Note: See TracChangeset for help on using the changeset viewer.