Abdullah Wasiq commented on a discussion on scrutiny/init/test.c: https://gitlab.rtems.org/rtems/rtos/rtems-examples/-/merge_requests/34#note_158537 > + uint16_t to_send = scrutiny_c_main_handler_data_to_send( > scrutiny_handler ); > + > + if ( to_send > 0 ) { > + uint16_t sent = scrutiny_c_main_handler_pop_data( scrutiny_handler, > out_buffer, sizeof(out_buffer) ); > + write( USART2, out_buffer, sent ); > + } > + > + last_timestamp = timestamp; > + > + rtems_task_wake_after( RTEMS_YIELD_PROCESSOR ); > + } > +} > + > +rtems_task task_100hz( rtems_task_argument ignored ) > +{ > + while(true) { fixed, went through the file and i don't seem to see any other formatting issues -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems-examples/-/merge_requests/34#note_158537 You're receiving this email because of your account on gitlab.rtems.org. Unsubscribe from this thread: https://gitlab.rtems.org/-/sent_notifications/5-4wzdkdv26yknx2vduzt583mtt-9/unsubscribe | Manage all notifications: https://gitlab.rtems.org/-/profile/notifications | Help: https://gitlab.rtems.org/help
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
