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 1
1
/*
2
2
*
3
- * POSIXStorage Tests
3
+ * Arduino_POSIXStorage Tests
4
4
*
5
5
* Original Author: A. Vidstrom (Arduino SA. http://arduino.cc)
6
6
*
Original file line number Diff line number Diff line change 69
69
#include < Arduino_USBHostMbed5.h>
70
70
#include < BlockDevice.h>
71
71
#else
72
- #error "The POSIXStorage library does not support this board"
72
+ #error "The Arduino_POSIXStorage library does not support this board"
73
73
#endif
74
74
75
75
/*
Original file line number Diff line number Diff line change 57
57
*********************************************************************************************************
58
58
*/
59
59
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 -->
61
61
62
62
#if defined(ARDUINO_PORTENTA_H7_M7 ) || defined(ARDUINO_OPTA )
63
63
#include <mbed.h>
74
74
*********************************************************************************************************
75
75
*/
76
76
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 -->
78
78
79
79
#if defined(ARDUINO_PORTENTA_H7_M7 ) || defined(ARDUINO_OPTA )
80
80
using mbed ::FATFileSystem ;
You can’t perform that action at this time.
0 commit comments