Skip to content

Commit

Permalink
Added pico_queue.h include to pico_mbed.h to fix compilation errors f…
Browse files Browse the repository at this point in the history
…or mbed board.
  • Loading branch information
TassThomas committed Apr 8, 2015
1 parent 870ef01 commit 2992bda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/arch/pico_mbed.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#ifndef PICO_SUPPORT_MBED
#define PICO_SUPPORT_MBED
#include <stdio.h>
#include <pico_queue.h>
/* #include "mbed.h" */
/* #include "serial_api.h" */

Expand Down

0 comments on commit 2992bda

Please sign in to comment.