kekl
Some checks failed
Build / host (macos-latest) (push) Has been cancelled
Build / host (ubuntu-latest) (push) Has been cancelled
Build / host (windows-latest) (push) Has been cancelled
Build / firmware (HACKRF_ONE, macos-latest) (push) Has been cancelled
Build / firmware (HACKRF_ONE, ubuntu-latest) (push) Has been cancelled
Build / firmware (JAWBREAKER, macos-latest) (push) Has been cancelled
Build / firmware (JAWBREAKER, ubuntu-latest) (push) Has been cancelled
Build / firmware (RAD1O, macos-latest) (push) Has been cancelled
Build / firmware (RAD1O, ubuntu-latest) (push) Has been cancelled
Check code style / clang-format (map[check:firmware/common exclude:firmware/common/xapp058]) (push) Has been cancelled
Check code style / clang-format (map[check:firmware/hackrf_usb exclude:]) (push) Has been cancelled
Check code style / clang-format (map[check:host/hackrf-tools/src exclude:]) (push) Has been cancelled
Check code style / clang-format (map[check:host/libhackrf/src exclude:]) (push) Has been cancelled
Some checks failed
Build / host (macos-latest) (push) Has been cancelled
Build / host (ubuntu-latest) (push) Has been cancelled
Build / host (windows-latest) (push) Has been cancelled
Build / firmware (HACKRF_ONE, macos-latest) (push) Has been cancelled
Build / firmware (HACKRF_ONE, ubuntu-latest) (push) Has been cancelled
Build / firmware (JAWBREAKER, macos-latest) (push) Has been cancelled
Build / firmware (JAWBREAKER, ubuntu-latest) (push) Has been cancelled
Build / firmware (RAD1O, macos-latest) (push) Has been cancelled
Build / firmware (RAD1O, ubuntu-latest) (push) Has been cancelled
Check code style / clang-format (map[check:firmware/common exclude:firmware/common/xapp058]) (push) Has been cancelled
Check code style / clang-format (map[check:firmware/hackrf_usb exclude:]) (push) Has been cancelled
Check code style / clang-format (map[check:host/hackrf-tools/src exclude:]) (push) Has been cancelled
Check code style / clang-format (map[check:host/libhackrf/src exclude:]) (push) Has been cancelled
This commit is contained in:
@ -27,8 +27,8 @@
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#define USB_BULK_BUFFER_SIZE 0x8000
|
||||
#define USB_BULK_BUFFER_MASK 0x7FFF
|
||||
#define USB_BULK_BUFFER_SIZE 0x10000
|
||||
#define USB_BULK_BUFFER_MASK 0xFFFF
|
||||
|
||||
/* Address of usb_bulk_buffer is set in ldscripts. If you change the name of this
|
||||
* variable, it won't be where it needs to be in the processor's address space,
|
||||
|
Reference in New Issue
Block a user