Skip to content

Commit 4a1478b

Browse files
committed
Correct outdated library name references
During the initial development of the library, it was named "POSIXStorage". The "Arduino_" prefix, which is used on the names of all modern official libraries, was added later. Some references to the library's name were not updated at the time of the renaming.
1 parent b963ee7 commit 4a1478b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
/*

0 commit comments

Comments
 (0)