Updated for compatibility with master.

Signed-off-by: Dmytro Kosmii <dmytro.kosmii@telink-semi.com>
This commit is contained in:
Dmytro Kosmii
2022-06-30 13:25:34 +03:00
parent 9eca47f9ea
commit 0867c8bcf7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ extern "C" {
=============================================================================*/
#define LOSCFG_PLATFORM_HWI 1
#define LOSCFG_USE_SYSTEM_DEFINED_INTERRUPT 0
#define LOSCFG_PLATFORM_HWI_LIMIT OS_HWI_MAX_NUM
#define LOSCFG_PLATFORM_HWI_LIMIT 25
#define LOSCFG_PLATFORM_HWI_WITH_ARG 1
/*=============================================================================
Task module configuration
+1 -1
View File
@@ -14,7 +14,7 @@
# limitations under the License.
if (ohos_kernel_type == "liteos_m") {
import("//drivers/adapter/khdf/liteos_m/hdf.gni")
import("//drivers/hdf_core/adapter/khdf/liteos_m/hdf.gni")
module_name = get_path_info(rebase_path("."), "name")
hdf_driver(module_name) {
hcs_sources = [ "b91_devkit.hcs" ]