Files
AC7911BB_JL-AIBT-SoundBox/app/irq_task_config.h
T

10 lines
187 B
C

#ifndef IRQ_TASK_CONFIG_H
#define IRQ_TASK_CONFIG_H
#include "system/includes.h"
extern const struct irq_info irq_info_table[];
extern const struct task_info task_info_table[];
#endif