1/*
2 * File: rtmodel.h
3 *
4 * Code generated for Simulink model 'Blinky'.
5 *
6 * Model version : 1.145
7 * Simulink Coder version : 9.3 (R2020a) 18-Nov-2019
8 * MBDT for IMXRT Series Version : Version 1.3.0 (R2019a-R2021b) 18-Apr-2022
9 * C/C++ source code generated on : Sat Nov 26 13:09:17 2022
10 *
11 * Target selection: ert.tlc
12 * Embedded hardware selection: ARM Compatible->ARM Cortex
13 * Code generation objective: Execution efficiency
14 * Validation result: All passed
15 */
16
17#ifndef RTW_HEADER_rtmodel_h_
18#define RTW_HEADER_rtmodel_h_
19#include "Blinky.h"
20
21/* Macros generated for backwards compatibility */
22#ifndef rtmGetErrorStatus
23# define rtmGetErrorStatus(rtm) ((void*) 0)
24#endif
25
26#ifndef rtmSetErrorStatus
27# define rtmSetErrorStatus(rtm, val) ((void) 0)
28#endif
29
30#ifndef rtmGetStopRequested
31# define rtmGetStopRequested(rtm) ((void*) 0)
32#endif
33#endif /* RTW_HEADER_rtmodel_h_ */
34
35/*
36 * File trailer for generated code.
37 *
38 * [EOF]
39 */
40