Skip to content
Commit a1b77fd5 authored by Kumar Gala's avatar Kumar Gala Committed by Kumar Gala
Browse files

zephyr: replace zephyr integer types with C99 types



	git grep -l 'u\(8\|16\|32\|64\)_t' | \
		xargs sed -i "s/u\(8\|16\|32\|64\)_t/uint\1_t/g"
	git grep -l 's\(8\|16\|32\|64\)_t' | \
		xargs sed -i "s/s\(8\|16\|32\|64\)_t/int\1_t/g"

Signed-off-by: default avatarKumar Gala <kumar.gala@linaro.org>
parent ee6fa31a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment