]> begriffs open source - freertos/commit
[Fix] Type for pointers operations (#550)
authorOctaviarius <gomanchuk.as@gmail.com>
Tue, 30 Aug 2022 20:27:39 +0000 (23:27 +0300)
committerGitHub <noreply@github.com>
Tue, 30 Aug 2022 20:27:39 +0000 (13:27 -0700)
commitdc8f8be53e4c0a610c693adc36bc9fc454856c77
tree4f6f122526212a3997bf0fcb779bbaac766ace6a
parentac69aa858ae25027ba7decf5512deac7843ce368
[Fix] Type for pointers operations (#550)

* fix type for pointers operations in some places: size_t -> portPOINTER_SIZE_TYPE

* fix pointer arithmetics

* fix xAddress type
portable/MemMang/heap_2.c
portable/MemMang/heap_4.c
portable/MemMang/heap_5.c