Files
dspico-usb-examples/examples/mass-storage/common/ipcChannels.h
2025-11-23 14:07:30 +01:00

8 lines
169 B
C

#pragma once
#define IPC_CHANNEL_DSI_SD 16
#define IPC_CHANNEL_DLDI 17
#define IPC_CHANNEL_LOADER 18
#define IPC_CHANNEL_SOUND 19
#define IPC_CHANNEL_RTC 20