1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-16 00:00:02 +01:00
VILLASnode/plugins/models/CBuilder_simple_circuit.c

32 lines
347 B
C
Raw Normal View History

2016-06-26 15:28:34 +02:00
VERSION:
3.001
#include "Subsystem.h"
STATIC:
#define SECTION STATIC
#include "model.c"
#undef SECTION
RAM_FUNCTIONS:
#define SECTION RAM_FUNCTIONS
#include "model.c"
#undef SECTION
RAM:
#define SECTION RAM
#include "model.c"
#undef SECTION
model_ram();
CODE:
#define SECTION CODE
#include "model.c"
#undef SECTION
model_code();