Skip to content

Commit

Permalink
externals/nrf52: Fix build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
SPRESENSE committed Nov 11, 2022
2 parents 4b69993 + a747be9 commit c803489
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
#define NRF_SECTION_ITER_H__

#include <stddef.h>
#include <assert.h>
#include "nrf_section.h"
#include "nrf_assert.h"
#include "app_util.h"

#ifdef __cplusplus
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
#include <stdint.h>
#include <stdint.h>
#include <string.h>
#include "nrf_assert.h"
#include <assert.h>
#include "sdk_errors.h"
#include "app_util.h"
#include "app_util_platform.h"
Expand Down

0 comments on commit c803489

Please sign in to comment.