Skip to content
Snippets Groups Projects
  1. Mar 29, 2018
    • Daniel Agar's avatar
      commander use const where possible · c194c1ac
      Daniel Agar authored
       - this helps tease apart the various pieces of commander.
      c194c1ac
    • Beat Küng's avatar
      uorb: fix constness for _uorb_topics_list · 0038a5e7
      Beat Küng authored
      _uorb_topics_list was marked as 'const char *' array, which means the data
      of the array was not actually const and thus landed in the data section
      (so in RAM instead of FLASH).
      The size of the array is 436 bytes.
      0038a5e7
    • Beat Küng's avatar
      tunes: fix constness for _default_tunes · 576f4e02
      Beat Küng authored
      _default_tunes was marked as 'const char *' array, which means the data
      of the array was not actually const and thus landed in the data section
      (so in RAM instead of FLASH).
      The size of the array is 64 bytes.
      576f4e02
  2. Mar 28, 2018
  3. Mar 27, 2018
  4. Mar 26, 2018
Loading