From fc9d835a3db90d11ecf6f0a072700c7c508fc2a2 Mon Sep 17 00:00:00 2001 From: ymherklotz Date: Tue, 27 Feb 2018 10:15:32 +0000 Subject: Removed debug and fixed lab5 project --- lab4/RTDSP/Debug/dsp_bios_cfg.h | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 lab4/RTDSP/Debug/dsp_bios_cfg.h (limited to 'lab4/RTDSP/Debug/dsp_bios_cfg.h') diff --git a/lab4/RTDSP/Debug/dsp_bios_cfg.h b/lab4/RTDSP/Debug/dsp_bios_cfg.h deleted file mode 100644 index 616731f..0000000 --- a/lab4/RTDSP/Debug/dsp_bios_cfg.h +++ /dev/null @@ -1,29 +0,0 @@ -/* Do *not* directly modify this file. It was */ -/* generated by the Configuration Tool; any */ -/* changes risk being overwritten. */ - -/* INPUT dsp_bios_.cdb */ - -/* Include Header Files */ -#include -#include -#include -#include -#include -#include - -#ifdef __cplusplus -extern "C" { -#endif - -extern far HST_Obj RTA_fromHost; -extern far HST_Obj RTA_toHost; -extern far SWI_Obj KNL_swi; -extern far TSK_Obj TSK_idle; -extern far LOG_Obj LOG_system; -extern far STS_Obj IDL_busyObj; - - -#ifdef __cplusplus -} -#endif /* extern "C" */ -- cgit