Mercurial > hg > beaglert
comparison examples/basic_libpd/render.cpp @ 380:9dc5a0ccad25 prerelease
Fixed missing ) in Makefile, and removed unnecessary Utilities.h includes
author | andrewm |
---|---|
date | Sun, 12 Jun 2016 23:03:57 +0100 |
parents | 6e428d6b57ef |
children |
comparison
equal
deleted
inserted
replaced
379:24c3a0663d54 | 380:9dc5a0ccad25 |
---|---|
6 */ | 6 */ |
7 | 7 |
8 #include <Bela.h> | 8 #include <Bela.h> |
9 #include <DigitalChannelManager.h> | 9 #include <DigitalChannelManager.h> |
10 #include <cmath> | 10 #include <cmath> |
11 #include <Utilities.h> | |
12 #include <I2c_Codec.h> | 11 #include <I2c_Codec.h> |
13 #include <PRU.h> | 12 #include <PRU.h> |
14 #include <stdio.h> | 13 #include <stdio.h> |
15 #include "z_libpd.h" | 14 #include "z_libpd.h" |
16 #include "s_stuff.h" | 15 #include "s_stuff.h" |