1
0
mirror of https://github.com/marqs85/ossc.git synced 2025-08-15 05:27:54 +00:00
Files
ossc/software/sys_controller
Ari Sundholm 89bc3f35e7 Userdata export: Reduce image size by 20 bytes.
Replace an array of const char* literals with a single const char*
literal containing all the messages in the rotating prompt and an
array of alt_u8 containing the offsets of each message within the
literal.

This ends up yielding a larger size reduction than expected, a
healthy 20 bytes, despite a meager 8-byte difference in the size
of local variables and slightly more complex pointer math in
calculating the address of the current message within the string
literal.
2020-11-09 19:12:41 +02:00
..
2020-11-06 15:06:29 +02:00
2018-03-02 23:11:52 +02:00
2019-11-14 04:03:06 +08:00
2018-10-30 01:31:40 +02:00
2018-10-06 13:19:12 +03:00
2019-10-12 22:59:04 +03:00
2018-10-06 13:19:12 +03:00
2018-10-06 13:19:12 +03:00