Skip to content

Commit

Permalink
net: download client: Added K_THREAD_STACK_MEMBER definition
Browse files Browse the repository at this point in the history
-One of the structures in this file was using K_THREAD_STACK_MEMBER
 which didn't exists. Added a define to point to K_KERNEL_STACK_MEMBER
 in the header-file to resolve some build issues

Signed-off-by: Frank Audun Kvamtrø <frank.kvamtro@nordicsemi.no>
  • Loading branch information
frkv committed Sep 18, 2024
1 parent 43000c2 commit e72767c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/net/download_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
extern "C" {
#endif

#define K_THREAD_STACK_MEMBER K_KERNEL_STACK_MEMBER

/**
* @brief Download client event IDs.
*/
Expand Down

0 comments on commit e72767c

Please sign in to comment.