-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Labels
conclusion: resolvedIssue was resolvedIssue was resolvedtopic: codeRelated to content of the project itselfRelated to content of the project itselftype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project
Description
I have to remove api/
from the #include
directives in the library in order to compile it:
#include <api/IPAddress.h> |
Arduino_10BASE_T1S/src/Arduino_10BASE_T1S_UDP.h
Lines 22 to 23 in 759cc47
#include <api/Udp.h> | |
#include <api/IPAddress.h> |
//#include <api/Udp.h>
//#include <api/IPAddress.h>
#include <Udp.h>
#include <IPAddress.h>
Metadata
Metadata
Assignees
Labels
conclusion: resolvedIssue was resolvedIssue was resolvedtopic: codeRelated to content of the project itselfRelated to content of the project itselftype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project