File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11/*
22 *
3- * POSIXStorage Tests
3+ * Arduino_POSIXStorage Tests
44 *
55 * Original Author: A. Vidstrom (Arduino SA. http://arduino.cc)
66 *
Original file line number Diff line number Diff line change 6969 #include < Arduino_USBHostMbed5.h>
7070 #include < BlockDevice.h>
7171#else
72- #error "The POSIXStorage library does not support this board"
72+ #error "The Arduino_POSIXStorage library does not support this board"
7373#endif
7474
7575/*
Original file line number Diff line number Diff line change 5757*********************************************************************************************************
5858*/
5959
60- // These are necesssary to expose to the sketch to get the retargeting from mbed -->
60+ // These are necessary to expose to the sketch to get the retargeting from mbed -->
6161
6262#if defined(ARDUINO_PORTENTA_H7_M7 ) || defined(ARDUINO_OPTA )
6363 #include <mbed.h>
7474*********************************************************************************************************
7575*/
7676
77- // These are necesssary to expose to the sketch to get the retargeting from mbed -->
77+ // These are necessary to expose to the sketch to get the retargeting from mbed -->
7878
7979#if defined(ARDUINO_PORTENTA_H7_M7 ) || defined(ARDUINO_OPTA )
8080 using mbed ::FATFileSystem ;
You can’t perform that action at this time.
0 commit comments