Skip to content

Commit 59dd196

Browse files
tokangasjukkar
authored andcommitted
ext: curl: fix usage of incorrect macro
Corrected use of incorrect macro introduced in commit 062d82d. Signed-off-by: Tommi Kangas <[email protected]>
1 parent a661b92 commit 59dd196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/curl/lib/url.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
/* In embedded this needs to be a lot of smaller */
4545
#define UPLOADBUFFER_DEFAULT (708)
4646
#if defined(CONFIG_SOC_SERIES_NRF92X)
47-
#define UPLOADBUFFER_MAX (DT_REG_ADDR(DT_NODELABEL(cpuapp_cpucell_ipc_shm_heap)))
47+
#define UPLOADBUFFER_MAX (DT_REG_SIZE(DT_NODELABEL(cpuapp_cpucell_ipc_shm_heap)))
4848
#else
4949
#define UPLOADBUFFER_MAX (CONFIG_NRF_MODEM_LIB_SHMEM_TX_SIZE)
5050
#endif

0 commit comments

Comments
 (0)