Skip to content
Snippets Groups Projects
Commit 5288b32e authored by Cristian Galperti's avatar Cristian Galperti Committed by Federico Felici
Browse files

scdalgoinfo.h fail-safe added

parent 756f17e4
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ USER_OPTS = -DMKL
#USER_OPTS += -fPIC -Wno-extra-tokens -O3 -xCORE-AVX512 -no-prec-div -fp-model fast=2
#USER_OPTS += -fPIC -Wno-extra-tokens -O3 -no-prec-div -fp-model fast=2
USER_OPTS += -fPIC -g
USER_OPTS += -I$(RTCCODE_PATH)/build/simulink_codegen/
USER_OPTS += -I$(RTCCODE_PATH)/core/codegen/
#------------------------ Macros read by make_rtw ------------------------------
......
/* scdalgoinfo.h */
/* generated on: 20-Apr-2022 11:17:36 */
#ifndef SCDALGOINFO
#define SCDALGOINFO
#define ALGOINFOSTR "N/A"
#define ALGOINFOLEN 4
#define ALGOINFOMAXLEN 1024
struct algoinfo {
char text[ALGOINFOMAXLEN];
unsigned int len;
} __attribute__((packed));
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment