Skip to content
Snippets Groups Projects
Commit 0c2ae571 authored by Marie Janssen's avatar Marie Janssen
Browse files

bta: use standard types

Use standard types everywhere.
Use standard style for #if statements:
 - #if (VAR_NAME == TRUE)
 - #if (VAR_NAME1 == TRUE && VAR_NAME2 == TRUE)
Use __func__ instead of __FUNCTION__
Fix some debug statements to use __func__

Change-Id: Ib86de4de9f14529ecaa4f71597260e3b5785360b
parent cdf38bc4
No related branches found
No related tags found
Loading
Showing
with 1102 additions and 1102 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment