]> granicus.if.org Git - intel_nuc_led/commit
initialize variables to default values cleanup
authorNathan Wagner <nw@hydaspes.if.org>
Thu, 22 Feb 2018 20:24:45 +0000 (14:24 -0600)
committerNathan Wagner <nw@hydaspes.if.org>
Thu, 22 Feb 2018 20:24:45 +0000 (14:24 -0600)
commit13846fb797f36f7fcef29c10237e18d765c19774
tree34a5ecc6bf44232236a8169edeb30e02f7055139
parent8814d60b8f8d4ba9b38d4c23c110dd98fe279c79
initialize variables to default values

The compiler can't tell that some variables will be initialized,
and gives a warning.  Initializing the variables prevents the
warning.
nuc_led.c