Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -642,6 +642,11 @@ Multiprotocol Service Layer libraries
Libraries for networking
------------------------

* Added missing brackets that caused C++ compilation to fail in the following libraries:

* :ref:`lib_nrf_cloud_pgps`
* :ref:`lib_nrf_cloud_fota`

* Updated the following libraries to use the new ``SEC_TAG_TLS_INVALID`` definition for checking whether a security tag is valid:

* :ref:`lib_aws_fota`
Expand Down
1 change: 1 addition & 0 deletions include/net/nrf_cloud_fota_poll.h
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ int nrf_cloud_fota_poll_update_apply(struct nrf_cloud_fota_poll_ctx *ctx);
/** @} */

#ifdef __cplusplus
}
#endif

#endif /* NRF_CLOUD_FOTA_POLL_H_ */
1 change: 1 addition & 0 deletions include/net/nrf_cloud_pgps.h
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ int nrf_cloud_pgps_init(struct nrf_cloud_pgps_init_param *param);
/** @} */

#ifdef __cplusplus
}
#endif

#endif /* NRF_CLOUD_PGPS_H_ */