mirror of
https://github.com/oliverschmidt/Stream-PDM.git
synced 2024-12-22 00:29:15 +00:00
Adjusted include path to external build.
This commit is contained in:
parent
c8c53901c2
commit
c445802cfa
3
w5100.c
3
w5100.c
@ -49,7 +49,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
#pragma optimize (on)
|
||||
#pragma static-locals (on)
|
||||
|
||||
#include "../inc/ip65.h"
|
||||
#include <ip65.h>
|
||||
|
||||
#include "w5100.h"
|
||||
|
||||
#define MIN(a,b) (((a)<(b))?(a):(b))
|
||||
|
@ -30,7 +30,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "../inc/ip65.h"
|
||||
#include <ip65.h>
|
||||
|
||||
#include "w5100.h"
|
||||
#include "w5100_http.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user