commit | 89ddd0bfd2d2d237b7625603d1bffc0f989540c4 | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Mon Aug 30 10:48:03 2021 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Aug 31 16:29:11 2021 -0400 |
tree | 5b4a2f3b7e76768a551267f6b0ecee0f0f8b29e5 | |
parent | 10490387b4fda1a43d68bdf2113f623060119cdc [diff] |
usb: usb_dc_mcux: use K_HEAP_DEFINE_NOCACHE() This changes "__nocache K_HEAP_DEFINE()" to use the new K_HEAP_DEFINE_NOCACHE() macro. This fixes a build error as K_HEAP_DEFINE() is specifying its own linker section so that it is no longer possible to specify another linker section. Fixes #38108 Signed-off-by: Daniel Leung <daniel.leung@intel.com>