robertobucher / pysimCoder

Block diagram editor and real time code generator for Python
GNU General Public License v3.0
142 stars 31 forks source link

shv: fix compile error with incorrect include path #67

Closed michallenc closed 6 months ago

michallenc commented 7 months ago

Actual SHV has a different location of include files. This commit follows up previous fix commits but also changes the path in .c and .h files so it follows the current SHV include standard.

The change is done for both NuttX and LinuxRT targets

michallenc commented 6 months ago

@robertobucher Hi, could you take a look at this? This should fix the issue for all targets.