This repository has been archived on 2022-02-18. You can view files and clone it, but cannot push or open issues or pull requests.
osmo-sdr/firmware/osmosdr-dfuapp/src/usb/hardware.h

13 lines
228 B
C

#ifndef INCLUDE_HARDWARE_H
#define INCLUDE_HARDWARE_H
#include <stddef.h>
#include "../crt/types.h"
const uint8_t* g_ispAlgo;
size_t g_ispAlgoSize;
const uint8_t* g_ispData;
size_t g_ispDataSize;
#endif // INCLUDE_HARDWARE_H