Minor changes for the CM3.

Fixed some compiler warnings.
New wiringPi version mechanism.
Put 4800 baud (back) into the system.
Re-added piBoardRev (really an alias of piGpioLayout())
This commit is contained in:
Gordon Henderson 2017-01-21 17:35:10 +00:00
parent b1dfc186ef
commit e77ee78b4d
1 changed files with 3 additions and 0 deletions

3
version.h Normal file
View File

@ -0,0 +1,3 @@
#define VERSION "2.36"
#define VERSION_MAJOR 2
#define VERSION_MINOR 36