Commit eabd46ae authored by TMRh20's avatar TMRh20

Moved RPi SPI driver to RPi folder from root

- Moved bcm2835.h and .c to RPi folder
- Changed includes and makefile to accommodate
parent c51049de
......@@ -17,7 +17,7 @@
#include <RF24_config.h>
#if defined (RF24_LINUX)
#include "bcm2835.h"
#include "RPi/bcm2835.h"
#elif defined SOFTSPI
#include <DigitalIO.h>
#endif
......
......@@ -30,7 +30,7 @@
#include <string.h>
#include <sys/time.h>
#include <stddef.h>
#include "bcm2835.h"
#include "RPi/bcm2835.h"
// GCC a Arduino Missing
#define max(a,b) (a>b?a:b)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment