LogEtComUSB/lib/sd_driver/dma_interrupts.h

15 lines
161 B
C

#pragma once
#include "pico.h"
#ifdef __cplusplus
extern "C" {
#endif
void dma_irq_add_handler(const uint num, bool exclusive);
#ifdef __cplusplus
}
#endif