-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Many includes in several files appear to specify incorrect paths.
Example:
mcc_generated_files\cloud\crypto_client\crypto_client.h, starting at line 35
#include "CryptoAuthenticationLibrary/atca_iface.h"
#include "../../CryptoAuthenticationLibrary/cryptoauthlib.h"
#include "CryptoAuthenticationLibrary/cryptoauthlib.h"
#include "winc/driver/winc_adapter.h"
#include "winc/common/ecc_types.h"
Relative paths are incorrect, missing ../../
(Also line 36 & 38 include the same file, but not on the same path.)
Metadata
Metadata
Assignees
Labels
No labels