aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/chelper/pyhelper.h
Commit message (Collapse)AuthorAgeFilesLines
* chelper: Add compiler.h headerKevin O'Connor2018-06-201-3/+0
| | | | | | | Add the compiler.h header file to the chelper code - this adds a number of useful gcc definitions. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* chelper: Move the host C code to a new klippy/chelper/ directoryKevin O'Connor2018-04-301-0/+14
Move the C code out of the main klippy/ directory and into its own directory. This reduces the clutter in the main klippy directory. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>