]> begriffs open source - freertos/commit
Fix variable name mismatch, mpu_wrappers type mismatch. (#1181)
authorKody Stribrny <89810515+kstribrnAmzn@users.noreply.github.com>
Fri, 1 Nov 2024 17:56:18 +0000 (10:56 -0700)
committerGitHub <noreply@github.com>
Fri, 1 Nov 2024 17:56:18 +0000 (10:56 -0700)
commita081ba8b9c0e18b466a6e03ee0052d00f5f23304
tree045f43b9be674eda7b83942020c653f0a7a7db45
parentde276eb02397ced5c55f40eea8b8602af3c98a34
Fix variable name mismatch, mpu_wrappers type mismatch. (#1181)

Fix variable name mismatch introduced by #1166.
Fix MPU v2 wrappers incorrectly using UBaseType_t instead
of BaseType.
include/mpu_prototypes.h
portable/Common/mpu_wrappers.c
portable/Common/mpu_wrappers_v2.c