RTEMS | Draft: add programmatic interface for data produced by cpuuse (!232)

Kinsey Moore (@opticron) gitlab at rtems.org
Mon Oct 14 20:37:19 UTC 2024




Kinsey Moore started a new discussion on cpukit/include/rtems/cpuuse.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/232#note_113112

 >  /* Forward declaration */
 >  struct rtems_printer;
 >  
 > +/**
 > + *   @brief Struct that contains cpu usage information.
 > + */
 > +typedef struct {
 > +
 > + /**
 > +   * @brief inital value.
 > +   */
 > +  uint32_t           ival;
 > +  
 > +   /**

This line has an extra space.

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/232#note_113112
You're receiving this email because of your account on gitlab.rtems.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20241014/f4eac3ad/attachment-0001.htm>


More information about the bugs mailing list