diff options
| author | Marti Bolivar <mbolivar@leaflabs.com> | 2012-05-31 16:03:11 -0400 |
|---|---|---|
| committer | Marti Bolivar <mbolivar@leaflabs.com> | 2012-05-31 17:24:37 -0400 |
| commit | eccd34be468110cfacfe26b10e75d478ac09fb32 (patch) | |
| tree | 50fa45f768e0a73c2629f08fa73b965d16e25422 /wirish | |
| parent | 98653a7761aeca035a5ca2e324d29d631cc55c09 (diff) | |
<wirish/wirish.h>: Don't include some files.
These don't work on F2, so leave them out for now.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
Diffstat (limited to 'wirish')
| -rw-r--r-- | wirish/include/wirish/wirish.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wirish/include/wirish/wirish.h b/wirish/include/wirish/wirish.h index 4097ce1..6810e4f 100644 --- a/wirish/include/wirish/wirish.h +++ b/wirish/include/wirish/wirish.h @@ -39,10 +39,10 @@ #include <wirish/bit_constants.h> #include <wirish/pwm.h> #include <wirish/ext_interrupts.h> -#include <wirish/wirish_debug.h> +/* FIXME put this back when you can #include <wirish/wirish_debug.h> */ #include <wirish/wirish_math.h> #include <wirish/wirish_time.h> -#include <wirish/HardwareSPI.h> +/* FIXME put this back when you can #include <wirish/HardwareSPI.h> */ #include <wirish/HardwareSerial.h> #include <wirish/HardwareTimer.h> #include <wirish/usb_serial.h> |
