mirror of
https://github.com/LNH-team/dspico-firmware.git
synced 2026-06-02 09:16:50 +02:00
10 lines
147 B
C
10 lines
147 B
C
#pragma once
|
|
#include "common.h"
|
|
|
|
#ifdef DSPICO_ENABLE_WRFUXXED
|
|
|
|
extern uint8_t gWrfuxxedPayload[];
|
|
extern uint8_t gWrfuxxedPayloadSize[];
|
|
|
|
#endif
|