Skip to content

Commit b126b16

Browse files
authored
Merge pull request #23 from per1234/fix-typos
Correct outdated library name references
2 parents b963ee7 + 962ba78 commit b126b16

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

extras/tests/Arduino_POSIXStorage_Test/Arduino_POSIXStorage_Test.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
*
3-
* POSIXStorage Tests
3+
* Arduino_POSIXStorage Tests
44
*
55
* Original Author: A. Vidstrom (Arduino SA. http://arduino.cc)
66
*

src/Arduino_POSIXStorage.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
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
/*

src/Arduino_POSIXStorage.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
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>
@@ -74,7 +74,7 @@
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;

0 commit comments

Comments
 (0)