Gedare Bloom started a new discussion on filesystem/fat_header/init.c: 
https://gitlab.rtems.org/rtems/rtos/rtems-examples/-/merge_requests/26#note_150998

 > +
 > +#include <rtems.h>
 > +#include <stdio.h>
 > +#include <stdlib.h>
 > +
 > +#include <rtems/fatfs/rtems-fatfs.h>
 > +
 > +rtems_task Init(
 > +  rtems_task_argument ignored
 > +)
 > +{
 > +  FATFS fs;
 > +
 > +  (void) fs;
 > +
 > +  printf("*** FATFS HEADER TEST ***\n");

This repo is for creating application examples, not for creating tests.

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


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to