Skip to content

Commit

Permalink
[generators] add type bool for gen_settings
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Oct 13, 2014
1 parent 063e75e commit f9dea3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sw/tools/generators/gen_settings.ml
Expand Up @@ -149,7 +149,8 @@ let print_dl_settings = fun settings ->


let inttype = function
"int8" -> "int8_t"
"bool" -> "uint8_t"
| "int8" -> "int8_t"
| "int16" -> "int16_t"
| "int32" -> "int32_t"
| "int64" -> "int64_t"
Expand Down

0 comments on commit f9dea3d

Please sign in to comment.