Damien George ff319dffad py: Explicitly set uninitialised struct member to false.
Uninitialised struct members get a default value of 0/false, so this is
not strictly needed.  But it actually decreases code size because when
all members are initialised the compiler doesn't need to insert a call
to memset to clear everything.  In other words, setting 1 extra member
to 0 uses less code than calling memset.

ROM savings in bytes: 32-bit unix: 100; bare-arm: 44; stmhal: 52.
2014-11-03 16:18:51 +00:00
..
2014-10-12 16:59:29 +01:00
2014-10-12 16:59:29 +01:00
2014-10-12 16:59:29 +01:00
2014-10-12 16:59:29 +01:00
2014-10-12 16:59:29 +01:00
2014-10-12 16:59:29 +01:00
2014-10-31 11:28:50 +00:00
2014-10-31 11:28:50 +00:00
2014-08-10 17:50:28 +01:00
2014-10-30 23:00:24 +00:00
2014-10-30 23:00:24 +00:00
2014-10-30 23:00:24 +00:00
2014-10-22 23:20:15 +01:00
2014-05-21 20:32:59 +01:00