Adjusted include path to external build.

This commit is contained in:
Oliver Schmidt 2020-05-12 19:43:19 +02:00
parent c8c53901c2
commit c445802cfa
2 changed files with 4 additions and 2 deletions

View File

@ -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))

View File

@ -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"