Commit e82f4851c4616164256fa974617a19abb5be9d3e
authorDoug Goldstein <cardoe@cardoe.com>
Sat, 22 Feb 2014 03:28:19 +0000 (21:28 -0600)
committerDoug Goldstein <cardoe@cardoe.com>
Tue, 4 Mar 2014 02:32:00 +0000 (20:32 -0600)
tree812feef082994a4910b389eecc0e353adb993e0d
parent2d13e9efcd65567b90eb500cc4db6778fc3300e7
Message:
Fix avr_global_logger_get() decl  to not warn

When using sim_avr.h with a project that uses -Wstrict-prototypes, you
will get a warning that the prototype for avr_global_logger_get() is not
valid. Functions that take no args must explicitly use void to not warn.
2 files changed:
simavr/sim/sim_avr.c
simavr/sim/sim_avr.h