-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Untangle static api dependencies #56
Conversation
Signed-off-by: Chris Dewbery <[email protected]>
Signed-off-by: Chris Dewbery <[email protected]>
Signed-off-by: Chris Dewbery <[email protected]>
Signed-off-by: Chris Dewbery <[email protected]>
Can one of the admins verify this patch? |
@@ -153,7 +153,7 @@ static int Lwm2mBootstrap_EndpointHandler(int type, void * ctxt, AddressType * a | |||
|
|||
static void Lwm2mBootstrap_TransactionCallback(void * context, AddressType * addr, const char * responsePath, int responseCode, ContentType contentType, char * payload, int payloadLen) | |||
{ | |||
if (responseCode >= Lwm2mResult_Success && responseCode <= Lwm2mResult_SuccessContent) | |||
if (responseCode >= AwaLwm2mResult_Success && responseCode <= AwaLwm2mResult_SuccessContent) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing braces (style)
Reviewed, +1 contingent on comments being addressed (or at least considered) |
Unfortunately I don't have access to sean's static-api branch, so I will merge this pull request, then create another one for the remaining changes. |
Untangle static api dependencies
The static API header files were not actually usable due to the fact they included the Lwm2m core headers, which are not "installed" by Cmake. I have rearranged things so that the core now includes and moved all the required object files to libawa_static.a